摘要: #pragma once#include #include #include #ifdef _DEBUG#pragma comment(lib, "libcurld_imp.lib")#else#pragma comment(lib, "libcurl_imp.lib")#endifclass CU... 阅读全文
posted @ 2014-09-28 13:28 崇山峻岭 阅读(692) 评论(0) 推荐(0) 编辑
摘要: typedef std::basic_string tstring;inline static void trim(tstring& s){ s.erase(0, s.find_first_not_of(_T("\r\t\n "))); s.erase(s.find_last_not_of(_T("... 阅读全文
posted @ 2014-09-28 13:06 崇山峻岭 阅读(256) 评论(0) 推荐(0) 编辑