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

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

Projects made for my introduction to DSA course @ USP
https://github.com/anav5704/cs112-projects

cpp terminal

Last synced: 3 months ago
JSON representation

Projects made for my introduction to DSA course @ USP

Awesome Lists containing this project

README

          

![C++ Projects](/docs/CS112.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:

```
./
```

## Learning Resources

- [Object-oriented programming in C++](https://www.youtube.com/watch?v=wN0x9eZLix4)
- [DSA full course for beginners](https://www.youtube.com/watch?v=8hly31xKli0)
- [C++ roadmap](https://roadmap.sh/cpp)