Mingw Setup ~upd~ -
#include <iostream> using namespace std; int main() cout << "Hello, MinGW!" << endl; return 0;
gcc --version g++ --version gdb --version Create hello.cpp : mingw setup
Compile and run:
#include <iostream> using namespace std; int main() cout << "Hello, MinGW!" << endl; return 0;
gcc --version g++ --version gdb --version Create hello.cpp : mingw setup
Compile and run: