|
-
Sep 25th, 2001, 06:43 AM
#5
getch() - is only borland specific.
getch() is not borland specific... Its available where ever it is defined...
You can use it in VC++ by including conio.h or on pretty much any UNIX machine by including... curses.h or ncurses.h
all it does is wait for a user to press <enter>
Actually it retrieves a character from standard input (STDIN) without echo'ing it... although waiting for user to press enter is one use of it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|