home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11729 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  632 b 

  1. Path: sparky!uunet!wupost!usc!sol.ctr.columbia.edu!caen!kuhub.cc.ukans.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. Newsgroups: comp.lang.c++
  3. Subject: I need to pause until return is pressed...how?
  4. Message-ID: <156m1dINN7lr@matt.ksu.ksu.edu>
  5. From: kentiler@matt.ksu.ksu.edu (Kent Iler)
  6. Date: 29 Jul 1992 12:54:53 -0500
  7. Organization: Kansas State University
  8. NNTP-Posting-Host: matt.ksu.ksu.edu
  9. Lines: 6
  10.  
  11. Hi,
  12.   How, in C++, without including stdio.h can I wait until
  13. <return> is pressed?  You can do a getc/getch by
  14. using stdio.h, but I would think there would be some
  15. way in C++ to do this without including that file?
  16.                                         --Kent
  17.