Intro to Object Oriented Programing (C++)
Loading...
13,321
Loading...
Uploader Comments (KarBytes)
Top Comments
-
thumbs up for the cookie cutter analogy :)
see all
All Comments (19)
-
really thanks alot
-
Great stuff, I would like you to explain, (DOS/Windows), machines 640K barrier and extended, expanded RAM with referenct to programming/storeage of code et...
How to get pasted the 640K barrier, or is this old school DOS console coding?
-
very good!
-
Thank you for this
-
i just spunked on a bowl of fruits
-
Great video.. now just watch this like 3 times a day !!!
-
u r freaking AWESOME man !!
-
good work
thx a lot
-
Thanks a lot.
But when you write a code explain slowly how to reach and access object methods and attribue. it is not enough to cut and paste the code. thanks again and go on.
Loading...
In 'cout' part. After the last '<<'. What does the "flush" do and mean?
Arciaga 8 months ago
@Arciaga Flush is just a safety feature that ignores input if only the enter button is pushed. So a user might accidentally press the enter button before entering a value and the program won't count that as an entry.
KarBytes 8 months ago 4