摘要:整体换成CString:intf= 3;double f1=3.22;CString str,str1;str.Format("%d", f);str1.Format(".2f",f1);MessageBox(str);MessageBox(str1);保存CBitmap图片到硬盘的两种方法:void WriteBmp(CBitmap*PBitmap){BITMAPINFO*m_pBMI;BYTE*m_pDIBData;BITMAPFILEHEADERbfh;BITMAPINFOHEADERbi;BITMAPBM;PBitmap->GetObjec
阅读全文
浙公网安备 33010602011771号