/cpp-project-structure

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

Primary LanguageC++

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