Hey everyone, complete beginner at c++ here, so go easy on me please :)
Any time I write a program which includes a while loop, I get an error like this:
http://www.youtube.com/watch?v=XOLKSZqLAuc
(I used a dumb little tic-tac-toe program I wrote to demonstrate, but it always happens).
In a nutshell, if I move the cursor (highliter? flashy-position-indicator-thingy?) away from the bottom of the command prompt and then hit enter, an infinite loop occurs, and only ctrl+c can terminate the program. Odd thing is, on the two other computers I've tested this on, I can't even move the cursor. They were both running Windows XP, however, while the laptop in the video is running Win 7. Could that be the problem? As I said, it happens for any while loop, including in code other people have written, so I don't think it's a problem with my code.
Any help is greatly appreciated, I'd like some way to prevent this from happening...