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.
- Host: GitHub
- URL: https://github.com/fahimfba/cpp
- Owner: FahimFBA
- License: mit
- Created: 2023-01-14T12:01:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T06:51:14.000Z (about 2 years ago)
- Last Synced: 2025-03-27T14:55:01.602Z (6 months ago)
- Topics: c-plus-plus, cpp, cpp-examples, cpp-programming, cpp20
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/) |