上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 76 下一页
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <string> #include <sstream> #include <unistd.h> #include <fstream> #include <pthr 阅读全文
posted @ 2021-12-26 19:05 FredGrit 阅读(23) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <string> #include <sstream> #include <unistd.h> #include <fstream> #include <pthr 阅读全文
posted @ 2021-12-26 18:24 FredGrit 阅读(31) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <string> #include <sstream> #include <unistd.h> #include <fstream> using namespac 阅读全文
posted @ 2021-12-26 14:06 FredGrit 阅读(32) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <unistd.h> #include <string.h> #include <ostream> #include <fstream> #include <ss 阅读全文
posted @ 2021-12-25 23:14 FredGrit 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1.The common function #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <unistd.h> #include <string.h> #include <ostream> #include 阅读全文
posted @ 2021-12-25 23:09 FredGrit 阅读(29) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>#include <fstream>#include <uuid/uuid.h>#include <ctime>#include <unistd.h>#include <sstream> static char *uuidValue = (char *)mall 阅读全文
posted @ 2021-12-24 17:31 FredGrit 阅读(29) 评论(0) 推荐(0) 编辑
摘要: void getSize21() { ifstream wFile; wFile.open("log3.txt",ios::ate); if(!wFile.is_open()) { cout<<"Open log3.txt failed!"<<endl; } streampos size; size 阅读全文
posted @ 2021-12-24 16:38 FredGrit 阅读(48) 评论(0) 推荐(0) 编辑
摘要: void getchar14() { char ch; while (1) { ch = getchar(); if(isalpha(ch)) { cout << "ch=" << ch << endl; } } } 阅读全文
posted @ 2021-12-24 15:41 FredGrit 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 1.Install valgrind in ubuntu sudo apt-get install valgrind 2.Write the code in cpp for demonstration.Ignore the free allocated memory on purpose. #inc 阅读全文
posted @ 2021-12-23 11:02 FredGrit 阅读(89) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <fstream> #include <sstream> #include <chrono> #include <string.h> using namespac 阅读全文
posted @ 2021-12-20 12:15 FredGrit 阅读(28) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 76 下一页