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 sykobag

  1. sykobag

    cstring to char*

    will the GetBuffer() function work?
  2. sykobag

    cstring to char*

    ok so i looked at my code and I actually need it as just a char * not a const...I tried some of the above methods, but it won't implicitly cast to a const char * for the strcpy function. I am in UNICODE so do I have to use this method? or is there an easier/shorter way?
  3. sykobag

    cstring to char*

    OK, I understand that this post is a couple of weeks old, but I am running into a similar problem, my CString's will not convert into const char *'s did anyone ever conclude this thread? I have found that the method mentioned by uolj works fine in VC++ 6.0 however it seems to no work in the...

Part and Inventory Search

Back
Top