This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: wstring


> I would like to know if the g++ compiler supports wstring and wcout. I
> am trying to use wide character string on a Linux platform.

g++ currently supports neither. You can define wstring yourself as
basic_string<wchar_t>.

There is a new C++ library being developed that supports both; please
look for libstdc++ v3 on sourceware.

Regards,
Martin


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