
我是 Howard Weng,很多人叫我嗡嗡。這個網站放了我的各種筆記。希望這些筆記也能順便幫助到有需要的人們!如果文章有幫助到你的話,歡迎幫我點讚哦!
另外,因為定位是「個人的隨手筆記」,有些文章內容「⚠️可能我理解有誤⚠️」或「🥱只寫到一半😴」,如果有發現這樣的情況,歡迎在該文章的最下面留言提醒我!我會儘快修正或補上!感謝大家的建議與幫忙,讓網站能變得更好🙏


【C++】問題解決:fatal error: ‘opencv2/opencv.hpp’ file not found
➣ Reading Time: 1 minute 問題描述 這是我在使用 mac…



【Effective Modern C++ 閱讀筆記 #2】ch4 – Item 18: 使用 std::unique_ptr 於 exclusive-ownership (排他的-所有權) 資源管理, std::unique_ptr 介紹
➣ Reading Time: 8 minutes ch4 – it…

【Effective Modern C++ 閱讀筆記 #1】ch4 – Smart Pointers 前言, 什麼是 dangling pointer?
➣ Reading Time: 12 minutes ch4 – S…




【C++】問題解決:cannot be initialized with an initializer list
➣ Reading Time: 2 minutes 問題描述 這是我在宣告 un…