Why don't wide characters work with libstdc++?
The wide-character parts of the GCC Standard C++ Library (libstdc++) have not yet been fully ported to Windows, so you cannot use most of these features with MinGW. If you try to use things like
std::wcoutor
basic_string<wchar_t>then you will probably get compiler or linker errors.
This has been discussed frequently on the mailing lists; e.g. see:
http://thread.gmane.org/gmane.comp.gnu.mingw.user/10818
http://thread.gmane.org/gmane.comp.gnu.mingw.user/12917
If you really need these features then one alternative is to use the STLPort library from http://www.stlport.org/ instead of libstdc++.


Recent comments
15 weeks 6 days ago
16 weeks 15 hours ago
17 weeks 3 days ago
17 weeks 6 days ago
18 weeks 2 days ago
20 weeks 3 days ago
26 weeks 2 days ago
26 weeks 2 days ago
29 weeks 5 days ago
32 weeks 2 days ago