Thread: multiple entries

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    13

    multiple entries

    hi does anyone know how to take input from the keyboard for two keys pressed at the same time? (in c, operating system win 98, compiler: turbo c++ version 3) thanks
    Last edited by fizz_uk83; 12-26-2002 at 11:09 AM.

  2. #2
    still a n00b Jaguar's Avatar
    Join Date
    Jun 2002
    Posts
    187

    Re: multiple entries

    how to take input from the keyboard for two keys pressed at the same time?
    My opinion you don't, unless cntrl keys with alnum keys. Events are scanned serially not simultaneously.
    slackware 10.0; kernel 2.6.7
    gcc 3.4.0; glibc 2.3.2; vim editor
    migrating to freebsd 5.4

  3. #3
    Registered User
    Join Date
    Dec 2002
    Posts
    13

    :)

    hi guys thanks for your help!!! it was useful happy new year!

    fizz -x-

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 16
    Last Post: 06-08-2009, 03:03 PM
  2. Missing Entries in Hashtable
    By wuzzo87 in forum C Programming
    Replies: 3
    Last Post: 05-13-2007, 12:46 AM
  3. Phantom redefinition
    By CodeMonkey in forum C++ Programming
    Replies: 6
    Last Post: 06-12-2005, 05:42 PM
  4. Linker errors - Multiple Source files
    By nkhambal in forum C Programming
    Replies: 3
    Last Post: 04-24-2005, 02:41 AM
  5. Replies: 1
    Last Post: 05-01-2003, 02:52 PM