58,637
Loading...
Top Comments
see all
Video Responses
This video is a response to C++ Console Lesson 3: Basic Variables and Constants
see all
All Comments (86)
-
Thank you very much
-
@Schoening91 You can remove std:cin.get();
VOID tells you, that a function doesn't have any returning values. In your case, your function is an INTeger function and have to return a number, like, in example a BOOLean function has to return TRUE or FALSE. I don't really remmember, but I think the compiler throuws you an error if you don't return something.
-
@LygisLT15 a
-
Me gusta lo estoy siguiendo.. I like I'm following this video.
-
your videos need to be lonnngggeeerrr
-
on a german keyboard its on the same position then ? or ß.
-
where can i press this " \ "
I only got this " / "
plss help me>
-
no using namespace std? I see everyone else doing it.
Loading...
Thank you so much for making these vids! This is really the only place on the net where C++ is explained well but quickly from a beginners standpoint.
arooobine 1 year ago 7
@ordiantakeover bullshit, your main function starts with ...VOID main...
for a void function you dont need to return something. try to replace void with int. that should work
LygisLT15 1 month ago 3