221 - C++ 程式編譯 【C++ 程式編譯 #2】透過 vscode 進行 C++ debug,設定 launch.json 與透過中斷點將程式暫停,觀察變數 前言 這裡是一些我自己 debug 時做的筆記…Howard Weng2022 年 10 月 6 日
222 - C++ Makefile 【C++】問題解決:/usr/include/rapidjson/document.h:1681: const Ch* rapidjson::GenericValue::GetString() const [with Encoding = rapidjson::UTF8<>; Allocator = rapidjson::MemoryPoolAllocator<>; rapidjson::GenericValue::Ch = char]: Assertion `IsString()’ failed. 問題描述 碰到以下開頭的內容,問題的解決方式 /usr/include/rapi…Howard Weng2022 年 1 月 20 日
222 - C++ Makefile 【C++ Makefile #5】Makefile 內建變數 -「$@」, 「$^」, 「$<」, 「$* 」,「$? 」 前言 今天我們要來繼續討論 Makefile, (…Howard Weng2021 年 10 月 29 日
222 - C++ Makefile 【C++ Makefile #4】Makefile 常用 fake target -「.PHONY」 前言 今天我們要來繼續討論 Makefile, Ma…Howard Weng2021 年 10 月 27 日