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

    void f(char* charPointer) { free(charPointer); }

    Thank you! That´s what I was wanting to confirm! ;-)
  2. Workarounder

    void f(char* charPointer) { free(charPointer); }

    Hi! I have a program and in this program I have to do a lot of close´s and free´s. The program is something like this: int main(int argc, char** argv) { FILE* pFile = NULL; FILE* pFile2 = NULL; char* pChar = NULL; pChar = (char*)malloc(30); /* and more lines of code... */ return...

Part and Inventory Search

Back
Top