Hello, i'm not new to C++ but i havn't coded in a few years, so i'm rather rusty.

I'm trying to make a do... while. that loops while waiting for a key press. It's for a splash screen. I'm running into the problem that it will wait for input if i use ...while((ch=getch)==0) or even if i use any iteration of that.

It's for a console program.