什么是C#等价的C++向量?
我正在寻找这个功能:
拥有连续存储内存的动态数组,对访问与标准数组没有性能损失.
我在搜索他们说.NET equivalent to the vector in C++ is the ArrayList,所以:
.NET equivalent to the vector in C++ is the ArrayList
ArrayList是否具有连续的内存功能?
c# c++ vector
c# ×1
c++ ×1
vector ×1