Infinite Loop

This was terribly funny, I have never coded before. This is my first experience with anything not hardware related when it comes to pc specializations. With that said, I think that I have done well so far…at least until this never ending loop that I created.

If someone could tell me how I managed this that would be cool…I can’t find out where my mistake was. I ended up going back an re writing the code from scratch and didn’t get the same result so I am not really sure what happened.

1 Like

I think the mistake is that you need to replace 1 with count on line 36.

for (int count = 1; count <= RoundLength; count++)

1 Like

I accept you ;), thank’s for pointing it out. I don’t know why I couldn’t find it, must have spent to long in VS that day. Thanks again :grin:

Privacy & Terms