home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 298 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: osse.nrl.navy.mil!jung
  2. From: jung@osse.nrl.navy.mil (Greg Jung)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Amiga equiv of conio.h
  5. Date: 5 Jan 1996 20:42:37 GMT
  6. Organization: NRL, Washington, D.C. - Code 7650
  7. Sender: jung@osse.nrl.navy.mil ()
  8. Distribution: world
  9. Message-ID: <4ck2ft$pvp@ra.nrl.navy.mil>
  10. References: <Pine.HPP.3.91-941213.960103232026.2289A-100000@pahang.dur.ac.uk> <29790985@luck.shnet.org>
  11. Reply-To: jung@osse.nrl.navy.mil ()
  12. NNTP-Posting-Host: ossen.nrl.navy.mil
  13. X-Newsreader: mxrn 6.18-32
  14.  
  15.  
  16. In article <29790985@luck.shnet.org>, "Christian Pekeler" <pekeler@luck.shnet.org> writes:
  17. |>Nick Pratt:
  18. |>> Ok, Ive been programming on a PC for some company, and Ive relied quite 
  19. |>> heavily on the functions in conio.h(Turbo C++, V3.0), and I was
  20. |>> wondering if anyone has any equivalent amiga functions for this library,
  21. |>> such as gotoxy(x,y), clreol(x,y) (clear to end of line from pt x,y) etc.
  22. |>
  23. |>This dirty hack worked for me in g++, maybe it will help you as
  24. |>a basis for other funktions of conio...
  25. |>
  26. |>my_conio.h----------------------CUT----------------------------------
  27. |>// my conio.h, Christian Pekeler, 23.5.95
  28.  
  29.  
  30.   [bleech]
  31.  
  32.   You need to look at curses.h, and such a file should also be
  33.   available on the TC compiler, or in the GCC implementation.
  34.  
  35. Greg
  36.