Skip to content

Template for building and debugging C++ files at Visual Studio Code

License

Notifications You must be signed in to change notification settings

brunocmo/vscode_cpp_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio Code C++ Template

Template for building and debugging C++ files at Visual Studio Code


Requirements

You need git, make and the compiler gpp installed.


Instalation

To compile the program:

make

To execute the program:

make run

To clean the files .o and prog(executable):

make clean

About

Template for building and debugging C++ files at Visual Studio Code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published