SkiizO Posted September 18, 2011 Share Posted September 18, 2011 (edited) Prin urmatoarea metoda poti afisa orice lucru in C++: #include <iostream> using namespace std; int main() { int x = 5; cout << "Primul meu numar afisat in C++ este: " << x; return 0; } Edited January 20, 2020 by shanker' Actualizare program Link to comment Share on other sites More sharing options...
Ace Ventura Posted February 16, 2012 Share Posted February 16, 2012 Acesta este chiar primul lucru care l-am invatat in C++ Link to comment Share on other sites More sharing options...
Recommended Posts