在C 語言中, 如果函式需要修改變數的值, 參數必須為指標, 如 int foo(int *pval) ... 要高效率地使用某些標準函式庫類型, 例如 std::unique_ptr , std::move 是必需的.
確定! 回上一頁