标签: c++ compiler-construction multibyte
有没有办法在代码中将字符集设置为多字节。我的意思是不进入编译器的属性并设置它。我的意思是,好吧......在代码中。 :P
答案 0 :(得分:1)
查看wcstombs()或者看看WideCharToMultiByte()
答案 1 :(得分:0)
有#defines that control how things are compiled:
#define _MBCS