home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / graphics / 12829 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  1022 b 

  1. Xref: sparky comp.graphics:12829 comp.os.msdos.programmer:11360
  2. Newsgroups: comp.graphics,comp.os.msdos.programmer
  3. Path: sparky!uunet!mnemosyne.cs.du.edu!nyx!slindsay
  4. From: slindsay@nyx.cs.du.edu (Steve Lindsay)
  5. Subject: Output int numbers (varibles) to a graphics screen?
  6. Message-ID: <1992Dec13.174015.21964@mnemosyne.cs.du.edu>
  7. Sender: usenet@mnemosyne.cs.du.edu (netnews admin account)
  8. Organization: Nyx, Public Access Unix @ U. of Denver Math/CS dept.
  9. Distribution: na
  10. Date: Sun, 13 Dec 92 17:40:15 GMT
  11. Lines: 14
  12.  
  13.  
  14. How does one input and output int numbers and variables to a 
  15. graphics screen?  
  16.  
  17. I am using Borland C++ 3.1 and <graphics.h>.  This is for a 
  18. DOS VGA application.  I know how to do it in text mode with 
  19. cout, cin, cprintf, cputs, scanf, ect... but in graphics mode all 
  20. I can see I can do is input and output characters and strings.
  21. I want the user to interact with number calculations
  22. on a graphics screen.        Any ideas
  23.  
  24. .......................Thanks in advance!!!..............................
  25.  
  26.  
  27.