Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラス オブジェクト (多次元配列 - 3D 座標系の位置マッパー) とそれを何らかの方法で記述する int オブジェクトを保持する C++ ベクトルを作成する方法を探しています。
次のような多次元の単一型ベクトルの多くの例を見つけました
vector <vector<int>> vec (4, vector<int>(4));
ベクトル型の柔軟性で時間の経過とともにヒープ内で拡大/縮小できる動的構造が必要です。