Best way to pass arrays for maps of different sizes?

I want to each "level" like Pokemon; each "room" has a different size/shape as another. I'm not sure a 2-d array would be best for this because you can't pass it without having a defined size. is there anything better i can use?
I have no idea what your question is but the answer for dynamic array is definitely std::vector
Last edited on
Topic archived. No new replies allowed.