cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Special characters on mac?
Special characters on mac?
Nov 8, 2012 at 5:41am UTC
Angeljruiz
(187)
Hey rrybody,
I was wondering how to put 'special' characters from the OEM 437. Is it even possible since it seems that its only for windows?
Im trying to print out 2592 from
http://msdn.microsoft.com/en-us/goglobal/cc305156.aspx
with
1
2
wchar_t
test = 2592; putwchar(test);
Last edited on
Nov 8, 2012 at 5:42am UTC
Nov 8, 2012 at 4:58pm UTC
Angeljruiz
(187)
Bump
Topic archived. No new replies allowed.