Tags
共 7 篇文章
觀念理解
【Python 觀念理解 #2】C++ 與 Python 的參數傳遞差異,Python 有 call by reference 或 value 的問題嗎?(Python = pass by object reference)
【C++ 觀念理解 #4】C++ include file 邏輯, 在子檔案已經被 include 的檔案,還需要再重新被 include 嗎?(對比 Python import)
【C++ 觀念理解 #3】C++ 理解 for loop (迴圈) 為什麼有時候會有 * ,為什麼有時候會有 &

【C++ 觀念理解 #2】C++ public, protected, private 總和比較整理
【C++ 觀念理解 #1】C++ call by value, call by address (pointer), call by reference 總和比較整理
