1、判断整数串。
//判断CString是否为数字串 BOOL isDigitalCString(const CString &cstr) { return cstr == cstr.SpanIncluding(_T("0123456789")); }
参考:一、二。
2、VS2010编译错误:fatal error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403...的解决方法 。
*** walker * 2014-12-30 ***