Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Project Template

A straightforward C++ project template built around CMake, targeting C++20/C++23. Clone it, rename what needs renaming, and get straight to writing code instead of wasting time on boilerplate setup.

The things you'll need, when using this is to have the most recent C++ compiler and preferably the latest CMake version. If you're using the latest version of CLion (free for non-commercial use), then the CMake version should be up to date, as CLion delivers a copy of CMake with the installation.

Usage

  1. Clone the template using git clone https://github.com/BC100Dev/cpp-project
  2. Rename the project in CMakeLists.txt (set under set(CURRENT_PROJECT_NAME "AppTemplate"))

License

This project is licensed under the Apache License 2.0 — see LICENSE for details.

Before using this template, open the LICENSE file and replace the placeholder line that is included in the Apache license and include the current year and your GitHub / legal name. This should replicate it with something like this:

# replace it from
Copyright [yyyy] [name of copyright owner]

# replace it with something like this
Copyright 2026 BC100Dev

About

A C++ Main Template: nice and easy!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages