上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 94 下一页
摘要: #include <stdlib.h> #include <stdio.h> #include <uuid/uuid.h> #include <time.h> #include <sstream> #include <stack> #include <iostream> #include <stri 阅读全文
posted @ 2021-12-10 17:21 FredGrit 阅读(68) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <uuid/uuid.h> #include <time.h> #include <unistd.h> #include <fstream> #include <istream> #include <ostream> #include <ss 阅读全文
posted @ 2021-12-10 10:00 FredGrit 阅读(28) 评论(0) 推荐(0) 编辑
摘要: void retrieveTime5(char *dtValue); void showTime6(); void passFunc(void(*funcName)()); int main() { passFunc(&showTime6); return 0; } void passFunc(vo 阅读全文
posted @ 2021-12-08 12:50 FredGrit 阅读(36) 评论(0) 推荐(0) 编辑
摘要: char **arrayP6(); void retrieveUuid(char *uuidValue); void array8(); int main() { array8(); return 0; } void array8() { char **p=arrayP6(); for(int i= 阅读全文
posted @ 2021-12-06 09:59 FredGrit 阅读(25) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <uuid/uuid.h> #include <vector> #include <DynamicArray.h> #include <MathHelper.h> #include <random> void arrayOrder6(int 阅读全文
posted @ 2021-12-04 14:45 FredGrit 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 1.The first header file. //DynamicArray.h#include <cassert> #include <stdio.h> #include <stdlib.h> using namespace std; class DynamicArray { private: 阅读全文
posted @ 2021-12-04 13:31 FredGrit 阅读(54) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <stdlib.h> #include <stdio.h> #include <mysql_connection.h> #include <cppconn/driver.h> #include <cppconn/exception.h> #i 阅读全文
posted @ 2021-12-02 16:05 FredGrit 阅读(94) 评论(0) 推荐(0) 编辑
摘要: //Create Store Procedure via below sql statement// //Create Procedure Sp_InsertIntoBookTable6( bId varchar(40), bAuthor varchar(40), bTitle varchar(40 阅读全文
posted @ 2021-12-02 15:44 FredGrit 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 1.Install mysqlconnector for c++ via executing below cmd; sudo apt-get install libmysqlcppconn-dev 2. #include <iostream> #include <stdlib.h> #include 阅读全文
posted @ 2021-12-01 14:31 FredGrit 阅读(36) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <uuid/uuid.h> #include <string.h> #include <dirent.h> #include <limits.h> #include <sys/types.h> #incl 阅读全文
posted @ 2021-11-29 12:18 FredGrit 阅读(29) 评论(0) 推荐(0) 编辑
上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 94 下一页