CString與std::string相互轉換

以前在用MFC編Bayes時遇到一個問題,就是CString與std::string的相互轉換,後來發現轉換方法其實很簡單,就是直接利用這兩個類的構造函數。固然,在作參數傳入時,CString得經過(LPCTSTR)轉換一下,而std::string則需調用c_str()函數:函數   CString轉成std::string:spa CString cs("Hello");orm std::st
相關文章
相關標籤/搜索