L
LNK2005
I'm having problems with non-standard ASCII chars.
cout << "åäö" << endl;
prints garbage to the console. Is this a problem with the text editor or
some system setting in Windows? Either way, how can I fix it?
I'm using Visual Studio.NET 7.1 and Windows 2000 Professional
cout << "åäö" << endl;
prints garbage to the console. Is this a problem with the text editor or
some system setting in Windows? Either way, how can I fix it?
I'm using Visual Studio.NET 7.1 and Windows 2000 Professional