This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: locale::global and wcout
Kristian Spangsege wrote:
Do you have an explanation?
I do, but I'll keep it for me: I told you the basics, this mailing list
is for libstdc++ development, gcc-help is much more suited for your
problem. Anyway, I suggest putting to good use gdb, inspect a bit the
sources (this is FREE Software, remember), and, I'm telling you a lot
here, in case of doubts while learning locales and streams, try
preparing an "equivalent" pure C snippet (thus using setlocale, putwc, etc.)
Paolo.