Skip to content
/ cpp_boilerplate Public template

C++ boilerplate. Nothing more, nothing less 📝

License

Notifications You must be signed in to change notification settings

Zeyu-Li/cpp_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Boilerplate

About

This project folder is a boilerplate for c++ projects. It is free to use (MIT Licence)

The main cpp file in src is just the main function

#include <cstdio>
using namespace std;
int main()
{

    return 0;
}

Also included is a main.h file

Project files

  • includes - placeholder txt file
  • libs - placeholder txt file, replace with libraries
  • src - source code
  • test - place to stage tests

Nothing more, nothing less

Licence

The rules for copy and distributing this project licence are outlined in the licence.txt file.

This project is under an MIT licence

Other Notes

.exe files are not kept so you will have to build from source (src)

About

C++ boilerplate. Nothing more, nothing less 📝

Topics

Resources

License

Stars

Watchers

Forks