User profile: TheCodingSnake

User info
User name:TheCodingSnake
History
Joined:
Number of posts:4
Latest posts:

Problem with while loop
@Repeater I just noticed it too. I'm struggling with the {}. Trying to practise new code with the "...

Problem with while loop
Row 12 and Row 170 are the problem. I can't exit the loop except with the break function. Isn't tha...

Problem with while loop
while (loopTest == 1) { } fixes the code :D Thank you so much! kind regards, TheCodingSnake edit...

Problem with while loop
Hello, I'm at the very beginning of learning C++. I'm having a difficult time to understand why my ...