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

    Problem with HeapAlloc()

    Hello, I use Visual Studio 2008, and I have a problem with allocating memory on windows. This is the part of my code: char** split_data(char* cache,int bounds) { char** parts=NULL; int i=0,j=0,len=0; len=strlen(cache); if(bounds<=0||len==0){return NULL;}...

Part and Inventory Search

Back
Top