NirSoft sample code 2015-09-262015-09-26| 0 Comments| GordonGordon| 01:14| Categories: coding 有一些不錯的 C++ 範例! http://www.nirsoft.net/code_samples.html #sourcecode #coding #programming #sample Post Views: 38 C++ coding 文章導覽 Previous Previous post: Next Next post: Leave a Reply 取消回覆發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *留言 * 顯示名稱 * 電子郵件地址 * 個人網站網址 Δ Related Posts 2021-07-062021-07-06 C++/asm 混合程式設計 __asm 關鍵字 __asm 會叫用內嵌組合語言,而且可以出現在 C 或 C++ 語句合法的任何位置。 C […]... Read MoreRead More 2016-02-192016-02-19 CString 與 std::string std::wstring 之間的轉換 CString to std::string 簡單方式: CString cs("Hello&quo […]... Read MoreRead More 2020-01-152020-01-15 C++ #error 的使用方法 #error 指示詞會在編譯時期發出使用者指定的錯誤訊息並結束編輯。 C++ 使用例一: #if !defin […]... Read MoreRead More