You are going to learn a programming language called C++ (most heard but not coded often :P).
These are the following requirements for following this video tutorial:
This is a basic level tutorial.
This is a tutorial series on learning C++ programming language.
I am deeply involved with Blockchain technology. So, this is an endeavor to make Developers equipped with the power of coding any applications using C++ 's Object Oriented Programming (OOP) tool.
Additionally in the end of this series, I will be covering some IEEE papers on improving C++ codes' computing performance using some shortcuts.
Installation guide -
This is for Windows & Ubuntu lovers in particular. Run linux subsystem over Windows OS using WSL.
sudo apt-get install g++g++ hello.cpp -o hello.out command & then./hello.out commandFollow the codes in the Tutorial Notebook.