https://github.com/lebrancworkshop/learn-cpp-from-youtube
Learning C++ from many resources in Youtube (E.G. The Cherno, Neso Academy)
https://github.com/lebrancworkshop/learn-cpp-from-youtube
algorithms assembly-language cpp data-structures data-structures-and-algorithms self-study youtube
Last synced: 21 days ago
JSON representation
Learning C++ from many resources in Youtube (E.G. The Cherno, Neso Academy)
- Host: GitHub
- URL: https://github.com/lebrancworkshop/learn-cpp-from-youtube
- Owner: LebrancWorkshop
- Created: 2022-10-10T13:31:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T05:33:27.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T07:12:04.474Z (6 months ago)
- Topics: algorithms, assembly-language, cpp, data-structures, data-structures-and-algorithms, self-study, youtube
- Language: Assembly
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn C++ from Youtube
## Overview
Learning C++ from many great resources that you can find and learn for free on Youtube.
## Resources
- [[EN] Playlist: Neso Academy](https://www.youtube.com/playlist?list=PLBlnK6fEyqRh6isJ01MBnbNpV3ZsktSyS)
- [[EN] Playlist: The Cherno](https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb)
- [[EN] Playlist: Tutorials Point (India)](https://www.youtube.com/playlist?list=PLWPirh4EWFpGDG3--IKMLPoYrgfuhaz_t)
- [[TH] Playlist: Ruangyot Nanchiang (Data Structure & Algorithms in C++)](https://www.youtube.com/playlist?list=PLUg0hJGmtzyqL2Fjgd5beZ1S_itntqWH_)
- [[TH] Playlist: PrasertCBS (C++14)](https://www.youtube.com/playlist?list=PLoTScYm9O0GEfZwqM2KyCBcPTVsc6cU_i)
## How to run
It's very easy for you to run the code on this repository, I've already written a [shell script (main.sh)](https://github.com/LebrancWorkshop/Learn-CPP-from-Youtube/blob/main/main.sh) for you to run
And it will contain the result of both C++ Code and generate Assembly Code from C++ Code. (In case of my default Assembly code in the repository, it's an [ARM64 Unix Assembly Code](https://github.com/LebrancWorkshop/Learn-CPP-from-Youtube/search?l=Unix+Assembly) and if you want to understand the assembly code you can get the detail from [this link](https://modexp.wordpress.com/2018/10/30/arm64-assembly/).)
You can just run by use this script below.
```bash
sh main.sh
```