C++ Beginner Lessons - Ep. 1 - Intro to C++ and "Hello, World"
Loading...
3,342
Loading...
Uploader Comments (programmonger)
see all
All Comments (15)
-
umm.....sir how to solve the "binaries not found error "
-
Can you briefly describe what all the different templates are for?
-
My hello world says it built successfully, but when i click run nothing comes up in the debug area at the bottom where it says all output. Any ideas?
-
I'm a complete noob to all this. I found this lesson actually understandable not like a lot of videos. Thank you.
-
Great video - thanks!
-
@programmonger okay it can run now! will continue after my finals :)
-
@ealfaro16 I go into variables on ep. 2
-
@programmonger Thanks!
Loading...
Thanks for the video!
Is there any difference between ' "\n" ' and ' << endl; '?
NNOTM 6 months ago
@NNOTM Essentially there's no difference.. the "endl" command is a bit better to use because it also clears the stream but that's a more advanced concept you won't have to worry about till much later. Especially if you're just writing command applications right now :) Hope that helped!
programmonger 6 months ago
I haven't checked out your other vids yet, but this one was really easy for a beginner like myself to follow. I appreciate you taking the time to make this.
converse17able 6 months ago
@converse17able Good! I'm glad it was easy for you :) If you have any questions or suggestions just let me know :)
programmonger 6 months ago
hi! i think your tutorial is great but i have a problem. i am using x code but after typing the code i am not able to press the run button. help please! thank you :)
aaronsheah911 6 months ago
@aaronsheah911 Is it just greyed out? That's strange since you should be able to push run right when you start a new project. Are you sure you're going under File>New>New Project> Mac OS X > Application > Command Line Tool and then C++ as the type.
programmonger 6 months ago