Learning C++ from many great resources that you can find and learn for free on Youtube.
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>