C++: Vectors Part 1

Channel:
Subscribers:
2,670
Published on ● Video Link: https://www.youtube.com/watch?v=_pNeEAiiJHw



Duration: 1:14:15
257 views
10


Vectors - the most useful data structure - hold zero or more variables of the same time. They should look pretty familiar since you've been using them already in strings (which are vectors of characters with a little special sauce) and with ColorGrid (which is like a 2D vector).

Don't use Arrays in this class.