Hello again, i've a simple little program below that compiles ok and seems to work. Basically it asks you to input a letter until a 'Q' is detected and then quits. However, after the first cycle through the loop my Debugger wont wait for a keyboard entry again??.
Is this an IDE setting in Visual C++ ? or do i have to do something in the code itself ?.