chVsprintf
摘要:#if LINUX_SYSTEM int chVsprintf(LPSTR buffer, int nCount, LPCSTR format, va_list argptr) { return vsnprintf(buffer, nCount, format, argptr); } int chV
阅读全文
posted @
2016-10-18 19:39
叶城宇
阅读(217)
推荐(0)
富文本测试
摘要:#include <string>using namespace std;string UTF8ToGBK(const std::string& strUTF8){ int len = MultiByteToWideChar(CP_UTF8, 0, strUTF8.c_str(), -1, NULL
阅读全文
posted @
2016-10-09 15:32
叶城宇
阅读(1777)
推荐(0)