【草稿】【Modern C++ #2】 C++ 轉型 casting 整理 (C-style cast, static_cast, dynamic_cast, reinterpret_cast, const_cast)
【草稿】【Modern C++ #1】 C++ smart pointers (auto_ptr, unique_ptr, shared_ptr, weak_ptr) 與 make_unique, make_shared 筆記
【C++ 觀念理解 #1】C++ call by value, call by address (pointer), call by reference 總和比較整理,不想要再搞不懂了!!! (updated: 2022/8/19)
【C++】問題解決:error: non-void function does not return a value in all control paths [-Werror,-Wreturn-type] }