Skip to content

mm0rsy/cpp-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Project (C++) 🦉☕

check the WiKi for more information

The aim of this project/repo:

  • Get a unified project template that can work for any c/c++ project.
  • Minimize the initial setup for new projects.
  • Having a reference to a project setup with best practices

🦉 The planned features can be found HERE

Temporary section:

How to build

  • make sure you are at the repo root directory
g++ application/main.cpp application/lib/application.h application/src/application.cpp -o app_bin

Run

./app_bin

About

A template repo for c/c++ projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages