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

https://github.com/anav5704/cs111-projects

Projects made for my introduction to computer science course @ USP
https://github.com/anav5704/cs111-projects

cpp terminal

Last synced: 3 months ago
JSON representation

Projects made for my introduction to computer science course @ USP

Awesome Lists containing this project

README

          

![C++ Projects](https://github.com/anav5704/CS111-Projects/blob/main/docs/CS111-header.png)

## Getting Started
First fork and clone the repo. Make sure you have the G++ compiler installed. Then, choose the program you want to run and compile it:
```
g++ -o
```
Once successfully compiled, you can execute the output file using:
```
./
```

## Laerning Resources
- [C++ tutorial for beginners](https://www.youtube.com/watch?v=vLnPwxZdW4Y)
- [C++ in 100 seconds](https://www.youtube.com/watch?v=MNeX4EGtR5Y)
- [C++ roadmap](https://roadmap.sh/cpp)