C++ Tutorial 1 ("Hello World")
Loading...
175,374
Top Comments
see all
Video Responses
see all
All Comments (461)
-
Echo..o...o...o...o...o..o..o.
Thanks dude. :) -
I did everything right on this video, but when I go to debug it says "Unable To Start Program C' Users/ Parent / Documents / Visual Studio 2008 / Projects / HelloWorld!/ Debug/ HelloWorld!.exe'.
Help me please :(
-
No he's just got a bad mic.
-
thanks bro.. it's a good tutorial for beginers...
-
I don't fucking understand why this shit won't work on the code blocs program. fuck this shit.
-
Thanks!
-
Is the echo effect on your voice purposeful?
-
@Wibbbs Why not? Its not THAT bad
Loading...
Do you live in a cave?
Thanks for the tutorial!
TheCoCkTa1l 1 year ago 50
Great tutorial. I do want to point out that it's not really required to put "void" in the parenthesis of the main function: " int main() { } "
"Void" is normally used when creating defined functions such as the void function and value returning functions. "Void" can be used as a "function prototype" and a "function header". The function prototype comes before the "int main()" function and the "function header" normally follows after the "int main()" function. Still, this is a great video.
terrencejohnson23 1 year ago 7