delorie.com/archives/browse.cgi | search |
From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: C++ Q: Basic I/O w/Screen & Keyboard |
Date: | 24 Sep 2001 14:05:35 GMT |
Organization: | Aachen University of Technology (RWTH) |
Lines: | 23 |
Message-ID: | <9onejf$s1v$1@nets3.rz.RWTH-Aachen.DE> |
References: | <E1Ar7.145$Le DOT 9754 AT sea-read DOT news DOT verio DOT net> |
NNTP-Posting-Host: | acp3bf.physik.rwth-aachen.de |
X-Trace: | nets3.rz.RWTH-Aachen.DE 1001340335 28735 137.226.32.75 (24 Sep 2001 14:05:35 GMT) |
X-Complaints-To: | abuse AT rwth-aachen DOT de |
NNTP-Posting-Date: | 24 Sep 2001 14:05:35 GMT |
Originator: | broeker@ |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Phoenix Magus <phoenixm AT akrobiz DOT com> wrote: > I want to be able to display a field with a format to the screen and have > the user fill it in. I think I saw something in the info from iostream.h You're looking in the wrong places. That's why you didn't find anything. To my limited knowledge, you won't find anything like this in the C++ standard library documentation, simply because it doesn't contain any such thing. The functionality you need is currently only offered by the system-dependent part of the C (not C++) library provided by DJGPP. Don't worry: you can call those from C++, too. But they won't work on many other platforms --- if you want that, you'll have to look into the PDcurses library. So: look up "conio" in the "functional categories" menu of the libc documentation: info libc func conio -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |