n2casey
Super Hero - Super Powers
I m working on a project in C++. The prob I m facing is to distinguish between ASCII Codes, since some ASCII codes have two keys for them.
So how to a write program which scan any key but can distinguish between them.
Code:
[b]ASCII Code[/b] [b]Key-1[/b] [b]Key-2[/b]
59 ; F1
60 < F2
. = .
. > .
. ? .
. @ .
. A .
. B .
. C .
68 D F10
71 Home G
82 Insert R
etc.
So how to a write program which scan any key but can distinguish between them.