2018年7月12日 星期四

[C++]cstring to char*

CString csbuf;
USES_CONVERSION;
char* chPath = T2A((LPTSTR)(LPCTSTR)csbuf);

測試環境 mfc  Unicode

沒有留言:

張貼留言

[SQL]顯示千分位與小數顯示

  CONVERT ( data_type [ ( length ) ] , expression [ , style ] ) CONVERT style參數說明 1  (expression為 money 或 smallmoney型別): 0 : 預設,保留小數位後兩位,並四捨...