Crandel / cpp_test

Test project for c++ syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ test project

This project was created as a cheatsheet for c++ syntax

Dependencies

  • gcc

  • make

  • cmake

Instalation

To build this project run these commands

$ cd build

$ cmake ..

$ make

$ ./test_bin

About

Test project for c++ syntax

License:MIT License


Languages

Language:C++ 97.1%Language:CMake 2.9%