The notes I learned in the C++ course
- STD
- main Fonksiyonu
- Data Types
- Arithmetic Operators
- Kullanıcıdan input alma cin >>
- cmath Kütüphanesi
- if / else / else if / switch-case
- Switch - case
- Loops
- continue , break
- Functions:
- Arrays
- Algoritma geliştirme
- Const ve Static
- Try - Catch ile Hata Yakalama
- Call by Value/Reference