Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages