write wstring to standard output?

Pages: 12
Jan 9, 2010 at 1:41pm
"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!
Jan 10, 2010 at 10:08pm
Thanks, that sounds good
:D
Topic archived. No new replies allowed.
Pages: 12