Top Comments
Video Responses
All Comments (18)
-
In Windows 7, is not behaving as expected (at least in my computer)
the endl appear not to be working you can see the Argument1, an Argument2 but not into a new line (Why)? everything is pileup together
-
short main()?
-
I love this viedo verymuch
-
@SuperFeimer according to stroustrup, NO! just NO!.
-
@t2thei no, main should return a value! main is an integer function, it should return an integer.
-
C++ Win32 Lesson 12 please.
-
some compilers might complain about the void but main() doesn't need a return 0; even if it's int main(). the standard says it, main() doesn't need a return.
-
@Techn0Junki3 The only time you need main to return a value is if you need another program to know if your program did something properly. But since there is no way someone that isn't working on a MAJOR program you don't need it. Things that return value are usually only used in OS functions.
-
isnt void main() considered bad programming????
Wow, very nice! Thank you very much, finally someone has described how to pass in and why to pass in the strings :-)
helpfullprogrammer 1 year ago 11
Very good indeed, glad you come back with new video and don't listen to stupidity come from frustration
omahdezavalos 1 year ago 10