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

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)

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
```