This repository contains almost all the basic programs that I have created using CPP. It also includes the programs from my University LABS, and the ones I practiced or tested certain things on.
Visual Studio Code Editor was used to create these programs.
MinGW G++ compiler was used
The .vscode folder present inside the PRACTICE directory, can be used in case editing on Visual Studio Code, and using MinGW GCC and G++ Compiler Version 9.2.0. In case using a different version, change the version or the compiler location in the file C_CPP_PROPERTIES.json. You must copy the .vscode folder to a directory, if you wish to run a file present in it.