budchirp/cpp-template

cpp-template

C++ template for starting your projects faster

StargazersLast commitIssues

💾 Getting started

Requirements

  1. C/C++ compiler
  2. CMake & Make

How to start?

  1. Clone the repo
sh
git clone https://github.com/budchirp/cpp-template && cd cpp-template
  1. Change project name in CMakeLists.txt

  2. Compile the code

sh
mkdir build && cd build
cmake .. && make -j$(nproc)

NOTE: If you're using fish, remove the $ sign.

  1. Have fun!
sh
./PROJECT_NAME

C++ template for starting your projects faster

1
GNU General Public License v3.0
06/02/2022
  • CMake91.43%
  • C++8.57%