I'm quite new to c++. I'm also Norwegian...
I'd like to use special norwegian characters like æ, ø and å in my Console Applications. How can i do this?
Printable View
I'm quite new to c++. I'm also Norwegian...
I'd like to use special norwegian characters like æ, ø and å in my Console Applications. How can i do this?
I don't understand what your problem is. All three of those characters are permissible within ANSI strings, so you don't need Unicode support or anything like that. Where exactly are you running into difficulty?