When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
10 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
```cpp
int main() {}
```
int main() {} ```
;compile cpp
smh
Well, a 2d vector can be done many ways
One is std::vector<std::vector<T>> whatever;
You can construct with a size, .resize later, or push things
Many ways to setup the 2d vector once you get it
This question is being automatically marked as stale.
If your question has been answered, run !solved.
If your question is not answered feel free to bump the post or re-ask.
Take a look at !howto ask for tips on improving your question.