From: "Kees Advokaat" Newsgroups: comp.os.msdos.djgpp Subject: arrowkeys keyboard Date: Sun, 29 Jul 2001 02:49:01 +0200 Organization: Hobby Computer Club News Network Lines: 23 Sender: k DOT advokaat AT hccnet DOT nl@fia61-30.dsl.hccnet.nl Message-ID: <9jvmbi$1m3$1@news.hccnet.nl> NNTP-Posting-Host: fia61-30.dsl.hccnet.nl X-Trace: news.hccnet.nl 996367538 1731 62.251.30.61 (29 Jul 2001 00:45:38 GMT) X-Complaints-To: abuse AT hccnet DOT nl NNTP-Posting-Date: 29 Jul 2001 00:45:38 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hallo, Can anybody tell me, what is the nature of the four arrowkeys of the qwerty keyboard? I mean, is there an ascii-value underneath that I can use in a char variable? What value? If not, how can I use them in a c++ console application? I would like to make a kind of DOSkey thing in a database for the users convinience. The data on a stack should be popped by one arrowkey, presented to the user and pushed on a second stack from which it could be popped, presented and pushed to the first stack by the other arrowkey. I did not write any code up to now; it was just an idea that came across today. In order to start I like to know, how to use the arrows of the keybord. Maybe you also can tell me what the nature is of the functionkeys (f1, f2, ..., f12) . Thanks a lot. Kees