Tags
共 76 篇文章
C++
【C++】問題解決:/usr/include/rapidjson/document.h:1497: rapidjson::GenericValue<Encoding, Allocator>& rapidjson::GenericValue<Encoding, Allocator>::operator[](rapidjson::SizeType) [with Encoding = rapidjson::UTF8<>; Allocator = rapidjson::MemoryPoolAllocator<>; rapidjson::SizeType = unsigned int]: Assertion `IsArray()' failed.
【C++】問題解決:error: invalid initialization of reference of type ‘rapidjson::Document& {aka rapidjson::GenericDocument<rapidjson::UTF8<> >&}’ from expression of type ‘rapidjson::GenericValue<rapidjson::UTF8<> >’
【C++】問題解決:error: variable ‘std::ifstream in’ has initializer but incomplete type
【C++】C++ rapidjson 使用範例,產生 json 檔案的範本 cpp json template (內含範例程式碼) sample code
【C++ 系統控制 #2】C++ inotify sample code 偵測指定路徑底下的文件變化 (內有範例程式碼)
【C++ Makefile #5】Makefile 內建變數 -「$@」, 「$^」, 「$<」, 「$* 」,「$? 」
