Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Search results for query: *

  1. ElWhapo

    Getting input without hitting Enter

    I want to have the program utilize the left, right, up, and down arrows. My compiler doesn't like _getch(). Is there another way? inkey = _getch(); // Use Something Other Than _getch(), if(inkey==0x4B){ // Or Tell Me How To Use _getch(). ....... } if(inkey==0x4D){ ....... }
  2. ElWhapo

    Unresolved External Won't Go Away

    Please help. It gives me two errors when I compile: 1. Unresolved external symbol "void __cdelc dodrop(int)... 2. Fatal Error. 1 Unresolved Externals Here is the code: #include <iostream.h> #include <windows.h> #include <conio.h> #define BLK 0 #define RED 1 #define NON 2 #define DRW 3...

Part and Inventory Search

Back
Top