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
- Host: GitHub
- URL: https://github.com/crandel/cpp_test
- Owner: Crandel
- License: mit
- Created: 2018-12-21T22:05:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T21:47:57.000Z (over 7 years ago)
- Last Synced: 2025-01-27T06:32:18.574Z (over 1 year ago)
- Topics: cpp
- Language: C++
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```