Search:

Type: Posts; User: Saurav

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,105

    Trapping Ctrl+Alt+Del

    Windows doesn't allow you to mask these critical system keys. Though you can trap the messages in your application message pump but the same is also sent to Windows System message pump to take...
  2. Thread: getchar() help!

    by Saurav
    Replies
    5
    Views
    2,588

    You may run an infinite loop and use scanf...

    You may run an infinite loop and use scanf instead of getchar in which you can set the filter for /n. This should help. Do remember to use fflush(stdin) after scanf in the loop.
Results 1 to 2 of 2