Mingw Setup [patched] -
#include <iostream> using namespace std; int main() cout << "Hello, MinGW!" << endl; return 0;
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 --version Create hello.cpp : mingw setup