On 2/8/08, Aswin Rajamannar <[EMAIL PROTECTED]> wrote: > Hi. I'm asking this question with no bad intentions. In a book named > "Digital Fortress" by Dan Brown (Hope you've heard about it), a man will > steal a password of a lady through a program which will store the last > pressed keys on the keyboard.... Is this possible? Can that be achieved > using programming languages like C/C++? I repeat again, i have no bad > intentions.
Yes, but only using platform-specific calls (with standard C++ you can't). -- Tamas Marki
