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
English
Français (French)
Español (Spanish)
Português (Portuguese)
Italian (Italiano)
Svenska (Swedish)
Deutsch (German)
Bahasa Indonesia (Indonesian)
हिंदी (Hindi)
Pусский (Russian)
Dansk (Danish)
বাংলা (Bengali)
Nederlands (Dutch)
Eestlane (Estonian)
ελληνικά (Greek)
čeština (Czech)
Polish (Polski)
Hrvatski (Croatian)
Română (Romanian)
Magyar (Hungarian)
한국어, 조선어 (Korean)
Türkçe (Turkish)
中文 (Chinese)
Suomi (Finnish)
српски језик (Serbian)
Українська мова (Ukrainian)
norsk språk (Norwegian)
српски језик (Hebrew)
schweizerdeutsche sprache (Swiss-German)
नेपाली (Nepali)
ภาษาไทย (Siamese)
Lingua Latina (Latin)
ᱥᱟᱱᱛᱟᱞᱤ (Santali)
日本語 (Japanese)
animigniti's 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; }.