home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.graphics:12829 comp.os.msdos.programmer:11360
- Newsgroups: comp.graphics,comp.os.msdos.programmer
- Path: sparky!uunet!mnemosyne.cs.du.edu!nyx!slindsay
- From: slindsay@nyx.cs.du.edu (Steve Lindsay)
- Subject: Output int numbers (varibles) to a graphics screen?
- Message-ID: <1992Dec13.174015.21964@mnemosyne.cs.du.edu>
- Sender: usenet@mnemosyne.cs.du.edu (netnews admin account)
- Organization: Nyx, Public Access Unix @ U. of Denver Math/CS dept.
- Distribution: na
- Date: Sun, 13 Dec 92 17:40:15 GMT
- Lines: 14
-
-
- How does one input and output int numbers and variables to a
- graphics screen?
-
- I am using Borland C++ 3.1 and <graphics.h>. This is for a
- DOS VGA application. I know how to do it in text mode with
- cout, cin, cprintf, cputs, scanf, ect... but in graphics mode all
- I can see I can do is input and output characters and strings.
- I want the user to interact with number calculations
- on a graphics screen. Any ideas
-
- .......................Thanks in advance!!!..............................
-
-
-