User: kyiro37

  • Public profile

User profile: kyiro37

User info
User name:kyiro37
History
Joined:
Number of posts:40
Latest posts:

Possible infinite loop?
It's been a while for C++ and coding but... Remove the semicolon after your while condition?

interactive while loops
That's because your code tells it to do that! I'm confused. Can you please tell me what "balance" ...

interactive while loops
I see what it is now. Change "count = 3" to "count = 0" and the while loop in my previous post. Hel...

interactive while loops
Because as soon as your loop runs, balance is no longer less than or equal to count. [code]while (b...

Error with code (working with text files)
Well, that totally fixed my problem with having extra lines inputted and not all of the text being i...

This user does not accept Private Messages