Un programme qui marche: prev
next

#include <iostream.h>

main() { cout << "Hello world !" << endl; }

Compilation:

% g++ -o toto toto.cc
% ./toto
Hello world !
% 


Ch. Tronche - Année 96-97 - Page 4