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

https://github.com/fahimfba/cpp

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.
https://github.com/fahimfba/cpp

c-plus-plus cpp cpp-examples cpp-programming cpp20

Last synced: 6 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# All About C++ In Bangla
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.

## Content

| Episode Number | Topic | Video Explanation (in Bengali) | Source Code |
| -------------- | ----------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| 0 | Introduction to the Playlist | [YouTube Video](https://youtu.be/ArBau-NbYo4?list=PLutHME8vSEnEyOMy1AKHo07VibU10-cmu) | [freeCodeCamp Article](https://www.freecodecamp.org/news/how-to-install-c-and-cpp-compiler-on-windows/) |
| 1 | Write your first C++ code and understand how it works | [YouTube Video](https://youtu.be/doT-FjxPcbM) | [Code](./HelloWorld/) |
| 2 | Comments in C++ | [YouTube Video](https://youtu.be/_tNqJNpTX0o?list=PLutHME8vSEnEyOMy1AKHo07VibU10-cmu) | [Code](./Comments/) |
| 3 | Run C++ Codes In Terminal | [YouTube Video](https://youtu.be/32c4WXDesqk?list=PLutHME8vSEnEyOMy1AKHo07VibU10-cmu) | - |
| 4 | Variables | [YouTube Video](https://youtu.be/vNAP2zFmh6A?list=PLutHME8vSEnEyOMy1AKHo07VibU10-cmu) | [Code](./Variable/) |
| 5 | Data Types | [YouTube Video](https://youtu.be/xVCPqHRm5Kc?list=PLutHME8vSEnEyOMy1AKHo07VibU10-cmu) | [Code](./DataTypes/) |
| 6 | String | [YouTube Video](https://youtu.be/aTKqp5tYE2M?list=PLutHME8vSEnEyOMy1AKHo07VibU10-cmu) | [Code](./String/) |
| 7 | UserInput | [YouTube Video](https://youtu.be/1KFrjvw_EH8) | [Code](./UserInput/) |