User profile: slinden

User info
User name:slinden
History
Joined:
Number of posts:7
Latest posts:

Simple if statement
May I ask why "\n\n" should be used instead of << endl << endl?

Vector value comparing
I am writing a game where the player has to guess a random number between 1 - 100. It now tells if t...

Help with an array
Thanks Esslercuffi. The problem is solved by defining 0 as the value of i. But that is a bit confusi...

Help with an array
I am trying to write a game where you need to try to guess the random number between 1 and 100. The ...

Simple if statement
It started to work when I replaced those _getch() functions with one _getch() after the whole statem...