Skip to content

vjbutt/TemplateCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for C++ projects

Project name

Modify the project name by editing the file CMakeLists.txt and replacing TemplateCPP with the desired name.

Tree structure

Put your *.cpp files under the folder src and your *.h header files under the folder include.

The executable is built under the folder bin.

Program arguments

If you would like to debug the program using some arguments, edit the file .vscode/launch.json and modify the line "args": [""],.

Building the program

Once you populate the project using your own file you need to press CTRL-SHIFT-P and give the commmand CMake: Configure. Then you can build and debug the program by pressing F5.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors