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: GJSmith
  • Content: Threads
  • Order by date
  1. GJSmith

    Using char* for strings

    Hi all, I hope that someone here can tell me the correct way to use char* for strings. My code is similar to the following: char* filename = "\0"; char* fileno = "\0"; for (int i=1;i<20;i++) { capGrabFrame(hWnd); strcpy(filename, "C:\\pic"); itoa(i,fileno,10); filename =...

Part and Inventory Search

Back
Top