CSimpleString应该有个类似于GetBuffer或者GetData的函数 在_wtoi的参数调用就好eg: CSimpleStringT TTT;int i = _wtoi(TT.GetBuffer)
进行强制类型转换
在字符串前加L或者_T
多字符和unicode的区别。