C++ Tutorial - 4 - Modify Variables to New Values
Loading...
79,667
Loading...
Top Comments
see all
All Comments (217)
-
well done!!!
-
Nice Job man,,,,keep it up,
-
-
It literally takes my instructor 2 hours to try to explain what you say in 5 minutes.
-
-
@clannoobz you mean... int videos() } using namespace std; int yourvideos; yourvideos = VIDEOS; cout << "I LIKE YOUR "; cout << yourvideos cout << endl; cin.get() return 0; }
-
From my programming experience in C#. It will be easier if it's:
mynumber += 42; and it works.
-
-
@clannoobz but you did forget ; after I like your videos, and he could write it like -
cout << "I LIKE YOUR VIDEOS" << endl;
-
@clannoobz You mean cout << "I LIKE YOUR VIDEOS" << endl;
Loading...
@yimitutorial you mean...
cout << "I LIKE YOUR VIDEOS"
cout << endl;
clannoobz 6 months ago 47
I LIKE YOURS VIDEOS..endl;
yimitutorial 8 months ago 27