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 TouchToneTommy 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: *

  • Users: 16702
  • Content: Threads
  • Order by date
  1. 16702

    C String array problem

    I have no idea why this happen to me, plz help. In a method i have: char p[255] = ""; char* p2; char** temp; for (i = 0 ...){ ... p = "abc" // when i = 0 = "222" // when i = 1 p2 = (char*)p; p2 = &p2[loc]; temp[i]=p2; } however, when I try to print out temp it gives...

Part and Inventory Search

Back
Top