home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- 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
- From: pjl@sparc3.cs.uiuc.edu (Paul Lucas)
- Subject: Re: I need to pause until return is pressed...how?
- Message-ID: <1992Jul29.210430.25012@sunb10.cs.uiuc.edu>
- Sender: news@sunb10.cs.uiuc.edu
- Organization: University of Illinois at Urbana-Champaign
- References: <156m1dINN7lr@matt.ksu.ksu.edu>
- Distribution: usa
- Date: Wed, 29 Jul 1992 21:04:30 GMT
- Lines: 15
-
- In <156m1dINN7lr@matt.ksu.ksu.edu> kentiler@matt.ksu.ksu.edu (Kent Iler) writes:
-
- >Hi,
- > How, in C++, without including stdio.h can I wait until
- ><return> is pressed? You can do a getc/getch by
- >using stdio.h, but I would think there would be some
- >way in C++ to do this without including that file?
-
- *****> What's the matter with iostream.h? If you meant "how do I do
- this without any .h"...well, C(++) has _no_ I/O at all, so
- there's no implementation-independent way.
- --
- - Paul J. Lucas University of Illinois
- AT&T Bell Laboratories at Urbana-Champaign
- Naperville, IL pjl@cs.uiuc.edu
-