Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: qUarC
  • Content: Threads
  • Order by date
  1. qUarC

    getch() function

    I have written a simple game with a ball which bounces off the margins of the screen and at the bottom of the screen is my pad which is controlled by 'a' and 'd' buttons on my keyboard.:(simplified) int c = 1; while(1) { if(kbhit()) { c = getch(); if(c == 27) exit(1); if(c == 'a' || c ==...

Part and Inventory Search