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 IamaSherpa 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. GJSmith

    Using char* for strings

    Thank you, Timmay and Salem. Appreciate your help. I managed to get it working. I do, however, have two further questions: I'd previously tried using char[x] instead of char * and VC++ claimed I couldn't convert between the two. In which circumstances can and can I not do this? Also, why is...
  2. 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