C++ 除了C-style Array 外, STL 內還有 std::array 可以使用, std::array 是一個Aggreate Type, 為C-style Array 的thin wrapper。
確定! 回上一頁