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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by agurcan

  1. agurcan

    Printing variables

    I have tried the following, and even if I use CString myString = (CString)(x); it does not work. It just prints out one character and changes the character each time! I can't understand it. int x; for (x=0;x<256;x++) { CString myString = x; dc.TextOut( 600, 40, myString ); } Thanks a lot for...
  2. agurcan

    how to use int (*p)[3]

    Hi! Can anybody tell me how to use int *p[10]; I have problems giving it a pointer like *p[0] = ...; Thanks for your help!

Part and Inventory Search

Back
Top