Mingw Setup =link= -

gcc --version g++ --version gdb --version Create hello.cpp :

#include <iostream> using namespace std; int main() cout << "Hello, MinGW!" << endl; return 0;

Compile and run: