Skip to content

This project is structured according to C++ file structure best practices.

Notifications You must be signed in to change notification settings

nipunasudha/cpp-project-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Accurate C++ Project Structure

N|Solid

This project is structured according to C++ file structure best practices. Uses,

  • C++ 11
  • CMake
  • Make (Makefile)

Instructions to compiling

Extract or clone the repository, and open terminal inside.

cd bin/
cmake ../
    #to build
make
    #to build & run
make run
#enjoy!

License

MIT

About

This project is structured according to C++ file structure best practices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published