home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / programm / 6230 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  1.1 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sun-barr!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!europa.asd.contel.com!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!sunic!corax.udac.uu.se!Minsk.docs.uu.se!manne
  2. From: manne@Minsk.docs.uu.se (Magnus L|vkvist)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Questions about certain C functions in C Set/2
  5. Date: 5 Nov 92 19:23:02 GMT
  6. Organization: Uppsala University
  7. Lines: 16
  8. Message-ID: <manne.720991382@Minsk>
  9. NNTP-Posting-Host: minsk.docs.uu.se
  10. Keywords: C Set/2 function ANSI migration
  11.  
  12.  
  13. I'm writing an VIO (if that's what a character based app able to run in a
  14. window is called) app using C Set/2.
  15.  
  16. I've noticed that kbhit() and getche() are only present in the migration
  17. libraries and the documentation sounds like "don't use the migration libraries
  18. for new programs".
  19.  
  20. Well, what should I use instead? I don't want a PM app and I don't want to
  21. press RETURN. Should I use an OS/2 API like some category 4 Keyboard Control
  22. IOCtl Command?
  23.  
  24. Why isn't kbhit() and getche() supported in the IBM C extensions and only in
  25. the migration libraries?
  26.  
  27. /Magnus
  28.