The objective of this repository is to collect all my learnings about the C++ language, you can explore all the different sections for the different topics of interest about this language
Before exploring the different sections you need to follow a series of steps to be able to run C++
You will need a C++ compiler like gcc
-
Linux
sudo apt-get update sudo apt install build-essential gcc --version
-
Windows Follow instructions provided by Visual Studio Code Team