this is my epository project for c++, it should be simple and clear as posible
主要是构建一个c++的基础代码库, 将各种基本语法, 函数, 线程进程, stl, 文件操作, 数据库操作, 时间日期处理记录下来, 同时添加一些框架的基本使用(基本上就是个代码记事本, 方便查找)
- advanced_grammar: C++ 语法部分
- complie_debug: 编译, 链接, debug
- database: 数据库操作
- sqlapi++
- date_time: 时间日期操作
- time_c11: c11 的时间日期操作
- file_operation: 文件操作
- frame: 框架基础使用
- zeromq
- ipc: 进程间通信
- shell: 工作中常用的shell脚本收集
- stl: stl模板库的使用和探究, 6大组件
- threads_processes: 多线程多进程demo
- epoll: epoll的demo
- thread_threadpool: 线程池的使用
note: 当作代码库使用, 暂不提供编译配置或者CMakeLists.txt(懒), 虽然大部分都是可编译的, 但不保证跨平台