No need for an empty constructor in C++11: Array() { }. You can just use a default constructor: Array() = default;. It's a little confusing to have multiple ...
確定! 回上一頁