This video explains how to Compile and Run a C++ Program on Windows.
In this video we will see how to download and install the tools (mingw) which will allow us to compile and execute code written in C++ language.
mingw contains a set of tools that allows you to compile a program in C++. This method works on Windows. This method works on Windows. Everything is done with the msys2 utility.
Compilation in C language: • TUTO : comment télécharger et installer mi...
Download MSYS2: https://www.msys2.org
00:00 – Introduction
00:20 – Downloading MSYS2
01:20 – Installing MSYS2
03:00 - MSYS2 update
04:20 – Installing Mingw
05:45 – Configuring Mingw
09:00 – Compilation and execution