Thread
:
replacement of getch()
View Single Post
•
•
Join Date: Oct 2004
Posts: 11
Reputation:
Solved Threads: 0
djextazy
Offline
Newbie Poster
Re: replacement of getch()
0
#
7
Oct 5th, 2004
Try
#include <iostream.h>
void main()
{ ...... /* your program here */
cin.get();
}
It should work .
djextazy
View Public Profile
Visit djextazy's homepage!
Find all posts by djextazy