[Solved]-C++ equivalent of Arraylist.get(index)-C++ ... You use operator[](std::size_t) , just like you would with a plain array: int n = v[index];. Note that ...
確定! 回上一頁