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 strongm 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. rep331

    string manipulation

    char str[MAX_PATH]; char *ptr; strcpy(str, temp_filename.c_str()); ptr = strrchr(str, '\\'); *++ptr = '\0'; You no longer have the file name, but do have the final '\'
  2. rep331

    Borland Wizard ?

    Compile the application with out DLL support.

Part and Inventory Search

Back
Top