Simple if statementMay I ask why "\n\n" should be used instead of << endl << endl?
Vector value comparingI am writing a game where the player has to guess a random number between 1 - 100. It now tells if t...
Help with an arrayThanks Esslercuffi. The problem is solved by defining 0 as the value of i. But that is a bit confusi...
Help with an arrayI am trying to write a game where you need to try to guess the random number between 1 and 100. The ...
Simple if statementIt started to work when I replaced those _getch() functions with one _getch() after the whole statem...