home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!wupost!usc!sol.ctr.columbia.edu!caen!kuhub.cc.ukans.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
- Newsgroups: comp.lang.c++
- Subject: I need to pause until return is pressed...how?
- Message-ID: <156m1dINN7lr@matt.ksu.ksu.edu>
- From: kentiler@matt.ksu.ksu.edu (Kent Iler)
- Date: 29 Jul 1992 12:54:53 -0500
- Organization: Kansas State University
- NNTP-Posting-Host: matt.ksu.ksu.edu
- Lines: 6
-
- 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?
- --Kent
-