Skip to content
/ cpp-template Public template

C++ template for starting your projects faster

License

Notifications You must be signed in to change notification settings

budchirp/cpp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-template

C++ template for starting your projects faster

Stargazers Last commit Issues

💾 Getting started

Requirements

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

How to start?

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

  2. Compile the code

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

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

  1. Have fun!
./PROJECT_NAME

About

C++ template for starting your projects faster

Topics

Resources

License

Stars

Watchers

Forks