https://github.com/sanjarzayniev/cpp-projects
Here are all the projects that I made in C++.
https://github.com/sanjarzayniev/cpp-projects
algorithms cpp gcc
Last synced: about 1 month ago
JSON representation
Here are all the projects that I made in C++.
- Host: GitHub
- URL: https://github.com/sanjarzayniev/cpp-projects
- Owner: sanjarzayniev
- Created: 2023-03-02T12:00:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T13:01:36.000Z (about 2 years ago)
- Last Synced: 2025-02-13T02:48:00.560Z (3 months ago)
- Topics: algorithms, cpp, gcc
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPP Projects
> Here are all the projects that I made in C++.
## Running
**Requirements**:
* `GCC` compiler, version > 4.9.2
```shell
$ g++ file_name.cpp -o source && ./source
```
Author: **Zayniyev Sanjar**