This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re[4]: libgetopt++ and setup and libstdc++


Hello Robert,

Wednesday, May 01, 2002, 10:58:32 AM, you wrote:


>> -----Original Message-----
>> From: Pavel Tsekov [mailto:ptsekov@syntrex.com] 
>> Sent: Wednesday, May 01, 2002 6:53 PM

>> Zero terminated strings (C style strings) has nothing to do with the
>> basic_string template class. basic_string can contain any character
>> including \0. Its much the same as the STL vector. The WCHAR here
>> specifies the size of storage of a single character...
>> 
>> I.e. you can have typedef basic_string<struct SomeStrangeChar>
>> SomeStrangeCharString;

RC> Cool. Does it handle MBCS (as opposed to) DBCS ?

I think the answer is yes! Let me do my homework - I have all the
references required just need to read some more...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]