
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 · 5443 阅读 · 0 评论 -
c++跨平台读取根盘符文件路径到前台
1、后台代码using namespace std;int MonitorServerApp::processManage(){Json::Value value_sub;string ss;std::vector vec_sub;Json::FastWriter jw;#ifdef WIN32DWORD dwLen = GetLogicalDriveStrings(0, NU原创 2015-12-17 15:04:14 · 1026 阅读 · 0 评论