Commentaires récents

unknown
Brother ew! What’s that?

unknown
Nice quote! Are you 'unknown'?

Mike Matei
Next time somebody asks what am I doing in the bathroom, I am going to …

Tyler Durden
I think this is a perfect addition to my music and coffee while I wait …

Anonymous
You have issues, get help if you cannot fix it yourself.

Plus

animigniti's citations

Tout citations

Anonymous - Hello World
#include <iostream> using namespace std; int main { cout << "Hello World" << endl; cout << "This is a C++ program" << endl; cout << "Do you like programming?" << endl; system("pause"); return 0; }.