Beginner C++ Tutorial
Uploader Comments (DailyHacker)
Top Comments
-
Why use system("PAUSE"), that is not C++, that is a special way of sending PAUSE to CMD.EXE for windows then waiting for the user to press any key as of the output of cmd.exe to the C++ app, I recommend using cin.get() so it waits for the user to hit enter to continue, and it works with all systems capable of running a C++ application
-
It's just the way it is. the people who know the language and use it professionally frown at tutorials like these. I checked the other ones, it's the same thing. These people are doing this to get their videos noticed on youtube. They are not real programmers. They are just putting lego blocks together and think they know.
All Comments (69)
-
Best tutorial ever, I have seen many other tutorials but this is the best
*subs*
-
@navesele Well oh noes..... maby someone needs something like this to learn something from c++ basics.
-
THANK YOU IT WORKS :DDD
-
System("pause") is better because you can press any key to continue, but with cin.get() you need to type something first and then press enter...
-
system("pause") is not good use for this example. Better cin.get(); Sometimes you must write cin.get(); cin.get();
-
why do you use "iostream.h"?
"iostream" itself works perfectly fine..
-
@DailyHacker Visual C++ is free, the Express version is. Registering is free
-
If you download Microsofts programs they install a windows activation key that makes sure your registered with them (to prevent piracy and it gives you 30 days to enter in the key) if you lost that code then your locked out of your pc for ever untill you enter in a key. So incase you dont have that key and are not registered dont download c++ from windows
-
@Doomfussel How so?
very good tutorial, hope see more from you
abhalla02 4 years ago
Look at my other account, DeltaYourmom... I made this one just because my old account's name was kind of silly and my siblings posted other videos using my account.. but there's a second video on that account... DeltaYourmom
DailyHacker 4 years ago