C++ Tutorial (15) - Absolute n00b spoonfeed
Loading...
28,509
Loading...
Uploader Comments (antiRTFM)
see all
All Comments (112)
-
why do I get this syntax error: missing ";" before 'cout' ? checked my code agian and again and its the same as yours! Also if I start debugging it says: not equal! (from the last topic).
-
@cuz207 Hey there friend I believe I see your problem ,sorry for late response. You haven't told it what to do if the playerGuess == theNumber, perhaps cout << "Winner";
There other problem is that it needs a semicolon at the end of the if statement
-
Ty so much for these videos, This way of learning is more fast and efficient.
-
'-'
-
it says that 'playersGuess' is an 'undeclared identifier'?
help
-
Guess: I hope the next video lesson is about simple looping. :D
-
@antiRTFM lol.
Loading...
You mispelled 2 things and it still worked, why is that? you said theNUmber, and player Gueass, how did it still work? and how do i make it where it wont cancel out of console untill i get the answer right?
daeGamer 1 year ago 6
@daeGamer aha, keen observations!
I most probably cut out the part of the clip where i get compiler errors and i fix those mistakes :) now ain't I a sneaky one
antiRTFM 1 year ago 19
@antiRTFM Oh, sneaky sneaky, i like your videos and im learning this, best videos out there. keep it up
daeGamer 1 year ago 14
@daeGamer ;) thanks
See my channel FAQ #1 and #2
antiRTFM 1 year ago
6:53 - why you doing like that?
char f;
cin >> f;
istead of that just write:
cin.sync();
cin.get();
montimer357 2 years ago
(reads up on std::cin::sync...)
antiRTFM 2 years ago