欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136

標題: sting\CString\char*(LPSTR)之間的轉換 [打印本頁]

作者: xiaoliu    時間: 2014-11-10 22:59
標題: sting\CString\char*(LPSTR)之間的轉換
  1、CString到string: string=(LPCTSTR)CString;

  2、string到CString: CString=string.c_str();

  3、Char到CString:   Format;

  4、CString到char*:  LPTSTR lpsz =(LPTSTR)(LPCTSTR)theString; 還可以:strcpy(lpsz, theString);還可以:LPTSTR lpsz = theString.GetBuffer(),但在使用過后要用theString.ReleaseBuffer(),及時釋放,以便能使用其它的CString成員函數 ;





歡迎光臨 (http://www.raoushi.com/bbs/) Powered by Discuz! X3.1