|
Re: Console Game Development
Quote:
Originally Posted by Gennadios
You can also use the if(kbhit()) and getch() statements to get sensitive inputs without them being printed onscreen.
|
You could only if you have a compiler that supports those two functions. They are non-standard and are not available to many (most) compilers. Which is a pitty because I like them too.
__________________
I Like Ike. Vote for Dwight Eisenhower this November.
--This message brought to you by the the Procrastinators Club Of America.
|