Skip to content

S3BzA/COS214-CPP-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello,

This project provides a convenient project setup experience by providing you with a simple makefile a file structure. The makefile provides you with the following commands:

  • make all: builds and runs the project
  • make build: builds an executable and stores it in the build/ directory
  • make clean: removes the build/ directory contents
  • make run : runs executable in the build/ directory
  • make gdb: runs the executable using gdb
  • make valgrind: runs the executable using Valgrind

About

A basic C++ template project structure.

Topics

Resources

License

Stars

Watchers

Forks