#error 指示詞會在編譯時期發出使用者指定的錯誤訊息並結束編輯。 C++ 使用例一: #if !defin […]
標籤: coding
ATL and MFC String Conversion MacrosATL and MFC String Conversion Macros
SourceType/DestinationType &n […]
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&quo […]
NirSoft sample codeNirSoft sample code
有一些不錯的 C++ 範例! http://www.nirsoft.net/code_samples.html […]
_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
bool ContainsInvalidChars(const CString& filename) […]
Raytrex capture cardRaytrex capture card
First meeting with raytrex, for the capture card with U […]
糟糕的程式設計師有哪些招牌特質?糟糕的程式設計師有哪些招牌特質?
以我個人的經驗,糟糕的程式設計師具有以下這些特質: 1. Stack Overflow 機器人:這種人遇到問題 […]
MFC 溝通MFC 溝通
1. Doc -> View CDocument::GetFirstViewPosition CDocumen […]