Click to See Complete Forum and Search --> : INKEY$ in VC++?
Master
Jul 14th, 2000, 11:19 AM
I was wondering if there was something like QBasic's INKEY$ for VC++ console app programming... is there??
parksie
Jul 15th, 2000, 06:42 AM
Take a look at the getch() function.
Jimbob42
Jul 18th, 2000, 06:49 AM
it seems that getch() sits around and waits for input like qbasic 'input "",a$'
is there one more like inkey$ or function 01h of int 16h?
kb244
Jul 18th, 2000, 09:44 AM
There should be, try getchar (same as getch only I think this one doesnt wait)
parksie
Jul 18th, 2000, 12:11 PM
I thought INKEY did wait? Maybe I'm confused...too used to BBC BASIC!
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.