Skip to content

Learning C++ from many resources in Youtube (E.G. The Cherno, Neso Academy)

Notifications You must be signed in to change notification settings

LebrancWorkshop/Learn-CPP-from-Youtube

Repository files navigation

Learn C++ from Youtube

Overview

Learning C++ from many great resources that you can find and learn for free on Youtube.

Resources

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) 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 and if you want to understand the assembly code you can get the detail from this link.)

You can just run by use this script below.

sh main.sh <folder_name_that_you_want_to_run>