View Single Post
Join Date: Oct 2004
Posts: 11
Reputation: djextazy is an unknown quantity at this point 
Solved Threads: 0
djextazy djextazy is offline 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 .
Reply With Quote