Learn C++ with a lot of practice and guidance from Md. Fahim Bin Amin. Repository that contains all the codes for "All About C++ In Bangla" YouTube playlist.
| Episode Number | Topic | Video Explanation (in Bengali) | Source Code |
|---|---|---|---|
| 0 | Introduction to the Playlist | YouTube Video | freeCodeCamp Article |
| 1 | Write your first C++ code and understand how it works | YouTube Video | Code |
| 2 | Comments in C++ | YouTube Video | Code |
| 3 | Run C++ Codes In Terminal | YouTube Video | - |
| 4 | Variables | YouTube Video | Code |
| 5 | Data Types | YouTube Video | Code |
| 6 | String | YouTube Video | Code |
| 7 | UserInput | YouTube Video | Code |