Bjarne Stroustrup is evil
- That is why this repo exists
To clone the project you can use the following command:
git clone https://github.com/PerryLets/learning-cpp.git
For the VS Code tasks to work, you need to create two folders.
- bin
- bin/debug
To do so, run the following commands on your terminal:
cd learning-cpp
mkdir bin
mkdir bin/debug
You also need to change the tasks to use your preferred compiler.
For the VS Code tasks to work, you need to create two folders.
- bin
- bin\debug
To do so, run the following commands on your terminal:
cd learning-cpp
mkdir bin
mkdir bin\debug
You will also need a compiler, which usually isn't included on a Windows machine. You can follow the tutorial to download MinGW-x64 for Windows on the VS Code documentation. After you have the compiler, you can change the tasks to use it.