const char* convert to std::string: std::string convert […]
標籤: C++
C/C++ std::string/std::wstring convertingC/C++ std::string/std::wstring converting
myconvert.h myconvert.cpp #C++ #UTF-8 #ch […]
char / wchar_t string 轉換char / wchar_t string 轉換
char string convert to wchar_t string: size_t mbstowcs( […]
char string 轉換成 wchar_t stringchar string 轉換成 wchar_t string
方法一: #include <cstdlib> int mbstowcs(wchar_t *out […]
C++/asm 混合程式設計 __asmC++/asm 混合程式設計 __asm
關鍵字 __asm 會叫用內嵌組合語言,而且可以出現在 C 或 C++ 語句合法的任何位置。 C/C++ __ […]
C/C++混合程式設計 #ifdef __cplusplus extern “C” {…}C/C++混合程式設計 #ifdef __cplusplus extern “C” {…}
C++ 編譯後庫中函式名會變得很長,與 C 生成的不一致! #if defined(__cplusplus)| […]
C++ #error 的使用方法C++ #error 的使用方法
#error 指示詞會在編譯時期發出使用者指定的錯誤訊息並結束編輯。 C++ 使用例一: #if !defin […]
ATL and MFC String Conversion MacrosATL and MFC String Conversion Macros
SourceType/DestinationType 描述 A ANSI 字元字串。 W Unicode 字元 […]
CString 與 ::std::string ::std::wstring 之間的轉換CString 與 ::std::string ::std::wstring 之間的轉換
CString to std::string 簡單方式: CString cs("Hello"); std:: […]
Multi-threaded Client/Server Socket ClassMulti-threaded Client/Server Socket Class
This article is about a client/server multi-threaded so […]