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
- Host: GitHub
- URL: https://github.com/anav5704/cs111-projects
- Owner: anav5704
- Created: 2023-03-31T05:11:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T03:24:11.000Z (about 2 years ago)
- Last Synced: 2025-01-19T06:42:56.526Z (over 1 year ago)
- Topics: cpp, terminal
- Language: C++
- Homepage:
- Size: 2.77 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: change-calculator.cpp
Awesome Lists containing this project
README

## 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)