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 SkipVought 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. Bargaust

    FileExists function

    Can anyone tell me how I can find out whether a file exists on a given path? Something like this: bool FileExists(char* FilePath) { ... }
  2. Bargaust

    Problems declaring a BYTE array

    You could use a char. They work in the same way as bytes and don't require a header file: char array[100];

Part and Inventory Search

Back
Top