home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11752 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!sunb10.cs.uiuc.edu!sparc3.cs.uiuc.edu!pjl
  3. From: pjl@sparc3.cs.uiuc.edu (Paul Lucas)
  4. Subject: Re: I need to pause until return is pressed...how?
  5. Message-ID: <1992Jul29.210430.25012@sunb10.cs.uiuc.edu>
  6. Sender: news@sunb10.cs.uiuc.edu
  7. Organization: University of Illinois at Urbana-Champaign
  8. References: <156m1dINN7lr@matt.ksu.ksu.edu>
  9. Distribution: usa
  10. Date: Wed, 29 Jul 1992 21:04:30 GMT
  11. Lines: 15
  12.  
  13. In <156m1dINN7lr@matt.ksu.ksu.edu> kentiler@matt.ksu.ksu.edu (Kent Iler) writes:
  14.  
  15. >Hi,
  16. >  How, in C++, without including stdio.h can I wait until
  17. ><return> is pressed?  You can do a getc/getch by
  18. >using stdio.h, but I would think there would be some
  19. >way in C++ to do this without including that file?
  20.  
  21. *****>    What's the matter with iostream.h?  If you meant "how do I do
  22.     this without any .h"...well, C(++) has _no_ I/O at all, so
  23.     there's no implementation-independent way.
  24. -- 
  25.     - Paul J. Lucas                University of Illinois    
  26.       AT&T Bell Laboratories        at Urbana-Champaign
  27.       Naperville, IL            pjl@cs.uiuc.edu
  28.