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

https://github.com/josesalasdev/c-

c++ codes
https://github.com/josesalasdev/c-

Last synced: over 1 year ago
JSON representation

c++ codes

Awesome Lists containing this project

README

          

# C++ codes

Code snippets in c++, modules, headers, files, and more.

## Run app

```bash
make run
```
or

```bash
g++ -c main.cpp
g++ -c Modules/robot.cpp
./main.o
```