Skip to main content

Mingw Setup Exclusive -

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

Compile and run:

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