#error 指示詞會在編譯時期發出使用者指定的錯誤訊息並結束編輯。 C++ 使用例一: #if !defin […]
標籤: coding
ATL and MFC String Conversion MacrosATL and MFC String Conversion Macros
SourceType/DestinationType 描述 A ANSI 字元字串。 W Unicode 字元 […]
WINVER & _WIN32_WINNT macro valuesWINVER & _WIN32_WINNT macro values
Visual C++ no longer supports targeting Windows 95, Win […]
CString 與 ::std::string ::std::wstring 之間的轉換CString 與 ::std::string ::std::wstring 之間的轉換
CString to std::string 簡單方式: CString cs("Hello"); std:: […]
NirSoft sample codeNirSoft sample code
有一些不錯的範例! http://www.nirsoft.net/code_samples.html #sou […]
_MSC_VER macro values_MSC_VER macro values
MSVC++ 14.0 _MSC_VER == 1900 (Visual Studio 2015) MSVC+ […]
check string as valid filenamecheck string as valid filename
MFC, How to check whether a string is valid as a filena […]
Raytrex capture cardRaytrex capture card
First meeting with raytrex, for the capture card with U […]
糟糕的程式設計師有哪些招牌特質?糟糕的程式設計師有哪些招牌特質?
糟糕的程式設計師有哪些招牌特質?
MFC 溝通MFC 溝通
1. Doc -> View CDocument::GetFirstViewPosition CDocumen […]