An open API service indexing awesome lists of open source software.

https://github.com/crandel/cpp_test

Test project for c++ syntax
https://github.com/crandel/cpp_test

cpp

Last synced: over 1 year ago
JSON representation

Test project for c++ syntax

Awesome Lists containing this project

README

          

# 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

```bash
$ cd build

$ cmake ..

$ make

$ ./test_bin
```