nipunasudha / cpp-project-structure

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C++ 56.9%Language:CMake 43.1%