
cpp
Quintin_csdn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux Ubuntu cpp 日志模板 带系统时间
//不写一句废话 //代码:log_demo.cpp #include <string.h> #include <fstream> #include <boost/thread.hpp> #include <time.h> #include <unistd.h> using namespace std; class Demo { public: Demo(); ~Demo(); ofstream DEMO.原创 2021-05-14 12:22:52 · 194 阅读 · 0 评论 -
Linux Ubuntu cpp 日志模板 带系统时间
代码:log_demo.cpp #include <string.h> #include <fstream> #include <boost/thread.hpp> #include <time.h> #include <unistd.h> using namespace std; class Demo { public: Demo(); ~Demo(); ofstream DEMO_LOG;原创 2021-03-18 15:24:11 · 160 阅读 · 0 评论