Mingw Setup _hot_ [Must Read]

Compile and run:

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

#include <iostream> using namespace std; int main() cout << "Hello, MinGW!" << endl; return 0; Compile and run: gcc --version g++ --version gdb

Oben