Skip to content

构建一个c++的基础代码库, 将各种基本语法, 函数, 线程进程, stl, 文件操作, 数据库操作, 时间日期处理记录下来, 同时添加一些框架的基本使用(基本上就是个代码记事本, 方便查找)

License

Notifications You must be signed in to change notification settings

snowbugxs/cpp_treasure

Repository files navigation

Repository

this is my epository project for c++, it should be simple and clear as posible

主要是构建一个c++的基础代码库, 将各种基本语法, 函数, 线程进程, stl, 文件操作, 数据库操作, 时间日期处理记录下来, 同时添加一些框架的基本使用(基本上就是个代码记事本, 方便查找)

  1. advanced_grammar: C++ 语法部分
  2. complie_debug: 编译, 链接, debug
  3. database: 数据库操作
    1. sqlapi++
  4. date_time: 时间日期操作
    1. time_c11: c11 的时间日期操作
  5. file_operation: 文件操作
  6. frame: 框架基础使用
    1. zeromq
  7. ipc: 进程间通信
  8. shell: 工作中常用的shell脚本收集
  9. stl: stl模板库的使用和探究, 6大组件
  10. threads_processes: 多线程多进程demo
    1. epoll: epoll的demo
    2. thread_threadpool: 线程池的使用

note: 当作代码库使用, 暂不提供编译配置或者CMakeLists.txt(懒), 虽然大部分都是可编译的, 但不保证跨平台

About

构建一个c++的基础代码库, 将各种基本语法, 函数, 线程进程, stl, 文件操作, 数据库操作, 时间日期处理记录下来, 同时添加一些框架的基本使用(基本上就是个代码记事本, 方便查找)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published