boost库filesystem
qq_3158353
有压力,才有动力。
展开
-
boost::filesystem::exists()用法
struct tm *newtime; char tmpbuf[128]; time_t lt1; time(<1); newtime = localtime(<1); strftime(tmpbuf, 128, "%Y%m%d", newtime); std::string path1 = tmpbuf; namespace fs = boost::filesystem;原创 2015-11-18 14:55:28 · 5377 阅读 · 0 评论 -
c++跨平台读取根盘符文件路径到前台
1、后台代码 using namespace std; int MonitorServerApp::processManage() { Json::Value value_sub; string ss; std::vector vec_sub; Json::FastWriter jw; #ifdef WIN32 DWORD dwLen = GetLogicalDriveStrings(0, NU原创 2015-12-17 15:04:14 · 996 阅读 · 0 评论