Some of my C++ codes done during the practice.
Install the following dependencies using the terminal.
sudo apt-get update
sudo apt-get upgrade
sudo apt−get install g++
sudo apt install build-essential
To use the codes provided in all the folders, the procedure is pretty much the same unless specified otherwise. You can build and run the code in any folder using the following commands in the terminal:
cd ~/
git clone git@github.com:adipandas/mycpp.git
cd ~/mycpp/p<number>_<name>
g++ main.cpp
./a.out