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. mattholomew

    unresolved external symbol _main in visual c++

    Hi. I'm doing some windows game programming, but I just switched over from Borland C++ 4.5 to Visual C++ 4.0. With this new compiler, it is not accepting WinMain, apparently. This is the main() function for windows. If anyone could tell me why, I would appreciate it. The specific error is...
  2. mattholomew

    Help with QuickSort

    Tell you what. I'm a highschool student that just covered the quick sort last year, and I could help you out if I could read your code. If you make it readable, I'll do my best to help you out, okay? Alrighty then, good luck. Mattholomew
  3. mattholomew

    How do you use GUIDS?

    Hi. I'm reading the game programming for dummies book. There's a program I'm on that's giving me trouble. A certain include file, ddraw.h, uses GUIDS. However, my program is giving me errors like 'type name expected' and pointing to the lines in the include file where they define the GUIDS...
  4. mattholomew

    Borland C++ 4.5compiler not recognizing sleep function,have dos.h

    The Sleep(function), defined in dos.h, is not being recognized by my compiler(Borland C++ 4.5, and I have NO IDEA WHY. Everytime I run it, it says, 'compiler error: 'sleep()' function not defined in prog5_2.' (I am doing the Windows Game Programming for Dummies, in case anyone cares.) In this...

Part and Inventory Search

Back
Top