The push_back member function will extend the vector. It would be inefficient for C++ to extend the vector a byte at a time on demand, so more space is often ...
確定! 回上一頁