tschmoderer / cpp-template-repo

A template repository for Cpp projects

Home Page:https://tschmoderer.github.io/cpp-template-repo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Project Template Repository

language-cpp build docs License

Project Structure

Github Repository Settings

Build sources

Windows

To Be Completed

Unix systems

Require: cmake ; g++ ; (opt) valgrind

mkdir build
cd build
cmake ..
make
make test
(Opt) make memcheck

MacOs

To Be Completed

Documentation

The documentation is automatically generated from source files with the doxygen language.

Using Template

Use the template with all branches.

Crédits

Portions of this software are copyright of their respective authors :

  • Documentation theme is made by jothepro - MIT License

About

A template repository for Cpp projects

https://tschmoderer.github.io/cpp-template-repo/

License:GNU General Public License v3.0


Languages

Language:CMake 93.2%Language:C++ 6.8%