How do I initialize a 2D Vector?
May 28, 2016 at 6:09pm
Say I have a 2D vector that is 3x3
If I wanted the following values stored in the 2d vector
0 3 5
5 2 3
3 2 1
How would I go about implementing code to initialize it?
Topic archived. No new replies allowed.