Uploaded June 2014 | Updated September 2026, 2 weeks ago
The vector class is a useful data structure for games! Internally, it stores an array, and it manages the resizing of the array. The vector is a last in first out data structure, meaning you can only add or remove elements from the end.
Further reading: http://web.eecs.utk.edu/~plank/plank/classes/cs140/Notes/SV-Basics/index.html
Twitter: twitter.com/ChillstepCoder
Seed Of Andromeda Channel: youtube.com/user/DubstepCoder
Seed Of Andromeda Website: seedofandromeda.com
The vector class is a useful data structure for games! Internally, it stores an array, and it manages the resizing of the array. The vector is a last in first out data structure, meaning you can only add or remove elements from the end.
Further reading: http://web.eecs.utk.edu/~plank/plank/classes/cs140/Notes/SV-Basics/index.html
Twitter: twitter.com/ChillstepCoder
Seed Of Andromeda Channel: youtube.com/user/DubstepCoder
Seed Of Andromeda Website: seedofandromeda.com










