顯示具有 chartocstring 標籤的文章。 顯示所有文章
顯示具有 chartocstring 標籤的文章。 顯示所有文章

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 : 預設,保留小數位後兩位,並四捨...