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: String and std::string


On Sun, 16 Mar 2003, Max Bowsher wrote:

> >> Are there any features String has but std::string does not?
> > 
> > Except for casecompare() I think not. Of course you can perform
> > caseless comparison with std::string. It's just a bit tricky :).
> > Hint: char_traits.
> 
> What fun. I think it's time to improve my STL knowledge.

Not STL, C++ :)

> > There was a short discussion in the
> > past about this I think.
> 
> Can anyone point me to it? "String" doesn't make a very good search term!

Look for 'japanese' :)) You'll find it easily. There are other interesting 
topic around that one.



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