https://github.com/josesalasdev/c-
c++ codes
https://github.com/josesalasdev/c-
Last synced: over 1 year ago
JSON representation
c++ codes
- Host: GitHub
- URL: https://github.com/josesalasdev/c-
- Owner: josesalasdev
- License: mit
- Created: 2022-01-03T22:33:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T23:58:44.000Z (over 4 years ago)
- Last Synced: 2025-03-12T02:01:52.904Z (over 1 year ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```