libgetopt++ and setup and libstdc++

Pavel Tsekov ptsekov@syntrex.com
Wed May 1 02:12:00 GMT 2002


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...



More information about the Cygwin-apps mailing list