8000 GitHub - johnyxc/CPP-Develop-Framework: C++ Framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

johnyxc/CPP-Develop-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP Develop Framework

This C++ Develop Framework is compatible with C++11, it has been tested on our medium-sized project.

  • bas
    bas module provide base functions, such as thread pool, network, memory pool, etc. it's dependent on some classes from utility.

  • utility
    utility module contains several useful functions, these classes can be used individually, just include corresponding header files in your project.

0