Tags
共 76 篇文章
C++
【C++】問題解決:error: no member named 'cout' in namespace 'std'
【C++ 字串處理 #6】C++ 轉 string 的好工具 to_string()
【C++ OpenCV】在 mac 上安裝 OpenCV 筆記,與撰寫第一支 OpenCV 程式
【C++】問題解決:fatal error: 'opencv2/opencv.hpp' file not found
【C++ 觀念理解 #4】C++ include file 邏輯, 在子檔案已經被 include 的檔案,還需要再重新被 include 嗎?(對比 Python import)
【C++ 檔案處理 #1】C 語法的檔案讀取 istream (header: fstream, std::ifstream), 與 iostream 直接比較

【草稿】【Effective Modern C++ 閱讀筆記 #2】ch4 - Item 18: 使用 std::unique_ptr 於 exclusive-ownership (排他的-所有權) 資源管理, std::unique_ptr 介紹
【Effective Modern C++ 閱讀筆記 #1】ch4 - Smart Pointers 前言, 什麼是 dangling pointer?

【C++ 基礎語法 #9】C++ (void) var 是什麼寫法? 會做什麼事情?
