Multi dimensional arrays in STL?
Posted: Wed Jul 20, 2005 9:01 am
Hello,
This probably has been asked many times before, but, I am pretty new to STL. I was wondering about the tricks you guys use to make safe multi dimensional arrays in your C++ code.
I have seen a nice class that encapsulates a vector of vectors. However, in a real contest, there is no time for this. Any other tricks that are easy to implement in a 5 hour contest? 2 hour contest?
Thanks
This probably has been asked many times before, but, I am pretty new to STL. I was wondering about the tricks you guys use to make safe multi dimensional arrays in your C++ code.
I have seen a nice class that encapsulates a vector of vectors. However, in a real contest, there is no time for this. Any other tricks that are easy to implement in a 5 hour contest? 2 hour contest?
Thanks
