warning C4130: '==' : logical operation on address of string constant

环境:vs2010,c++c++ #define UNIT_FONTSIZE _T("rem") if(UNIT_FONTSIZE == _T("rem")) { //... } 代码有警告:code warning C4130: '==' : logical operation on address of string constantrem 修改:get 使用_tcscmp代替==进行判断st
相关文章
相关标签/搜索