- clone
git clone https://github.com/DrAugus/cpp.git - enter the dir
cd cpp - make compile dir and enter
mkdir cmake-linux-debug && cd cmake-linux-debug - cmake
cmake .. - make
make - run
./augus_cpp
Some subdirectories can be run independently. Please refer to the CMakeLists.txt file in each subdirectory for configuration. All .cpp files located in the src/ directory that contain a main function can be run independently.
src
├── auguslibs
├── bad_fun
├── bit_dsa
├── caf
├── dsa
├── leetcode
├── linux
├── oatpp
├── practice
├── primer
├── reference
├── stl
├── test
└── training