From: "mukt1000" Newsgroups: comp.os.msdos.djgpp Subject: how to read keys Date: Wed, 23 Feb 2000 17:32:24 +0200 Organization: Posted via Supernews, http://www.supernews.com Lines: 13 Message-ID: X-Complaints-To: newsabuse AT supernews DOT com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2417.2000 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, 1.As a newbie I couldnt find a good replacement for pascal's "readkey" function in djgpp c++ v2.03 (reads a key from the keyboard and returns the key-number); the "bioskey" and "kbhit" is slow. 2.I use c++ but I still use "libc.a" functions,is it worth to use libg++ and are there any good referances for it.(libc.a has a very good referance with all functions included) Thanks