I frequently use vectors instead of arrays if I don't know what size it'll be or if I want the user to enter in the size. My question though is what do people usually do when you want to have a two or more dimensional array that you don't know what the size will be until run time?
I've been using vector<vector<blah>> but this is kind of annoying and I was wondering if there was a better/easier way.



LinkBack URL
About LinkBacks


