Anybody here using MSCV++?
I don't know why, by default, this compiler using unicode character set as the character set for the project.
You can see it by right clicking your project -> properties.
//
what i want to know is, why does if i choose default character set (unicode) my code return error and error, but when i change character set to Multibyte character set, i does work.
Can somebody tell me about this??
1 Replies - 3659 Views - Last Post: 08 May 2012 - 06:49 PM
#1
[HELP] Anybody here using MSCV++? 'Use Unicode Character Set'
Posted 08 May 2012 - 04:32 AM
Replies To: [HELP] Anybody here using MSCV++? 'Use Unicode Character Set'
#2
Re: [HELP] Anybody here using MSCV++? 'Use Unicode Character Set'
Posted 08 May 2012 - 06:49 PM
Show your code that is causing problems. If you are using unicode you must use the correct versions of the input and output streams, and your literals must also be unicode.
Also are you using C++ or C++/CLI?
Jim
Also are you using C++ or C++/CLI?
Jim
This post has been edited by jimblumberg: 08 May 2012 - 06:50 PM
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote




|