Etes vous sur d'ajouter ce praticien ?
Bouton retourOK
Bouton suivant

Mingw Setup -

#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: