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 bkrike 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 goossong

  1. goossong

    <time.h>

    hi. <time.h> This file has declarations of time routines and defines the structure returned by the localtime and gmtime routines and used by asctime. this fiel has not declarations at randomize.
  2. goossong

    MFC and DLL'S

    AfxLoadLibrary(), AfxFreeLibrary() documented in MSDN.
  3. goossong

    first word

    hi, refer to this code. CString test = &quot;This is my sentence&quot;; int nFind = 0; nFind = test.FindOneOf(&quot; &quot;); use value of nFind... ^^;

Part and Inventory Search

Back
Top