A repository for learning C++ from scratch and tracking progress with Git.
- Write code by hand
- Compile and run every program
- Read compiler errors
- Modify the examples
- Track progress with Git
| No. | Topic | Status |
|---|---|---|
| 01 | Hello C++ | In progress |
| 02 | Variables | Not started |
| 03 | User input | Not started |
| 04 | Conditions | Not started |
| 05 | Loops | Not started |
| 06 | Functions | Not started |
| 07 | Arrays | Not started |
| 08 | Classes | Not started |
g++ 01_hello/main.cpp -o hello
.\hello.exe