write wstring to standard output?

Pages: 12
"Extended ASCII" isn't a standard.
http://en.wikipedia.org/wiki/Extended_ASCII

What you are using is Code Page 437 -- which is the default for most PCs...
So, if you want to write your console program for use on PCs, then you don't have to worry.

If you are writing GUI programs, then you'll have to be more careful about it. See the link I posted above, and google around "unicode gui windows" and the like.

Good luck!
Thanks, that sounds good
:D
Topic archived. No new replies allowed.
Pages: 12