View Single Post
Join Date: Sep 2007
Posts: 3
Reputation: Eagle-Man is an unknown quantity at this point 
Solved Threads: 0
Eagle-Man Eagle-Man is offline Offline
Newbie Poster

Re: replacement of getch()

 
0
  #9
Sep 28th, 2007
To anyone reading this thread:
getch() is still available in the conio.h header file (at least in MinGW). cin.get() acts the same as getchar() - it echos the pressed key and waits for enter to be pressed.

And don't worry, Narue is wrong - iostream is very standard for C++.
Reply With Quote