C++: Vectors Part 1
Channel:
Subscribers:
2,670
Published on ● Video Link: https://www.youtube.com/watch?v=_pNeEAiiJHw
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.
Other Videos By Bill Kerney
2023-09-26 | UE5: Making a Projectile Weapon (Grenade Toss) |
2023-09-26 | Matrix Math for Video Games |
2023-09-25 | C++: 2D Vectors |
2023-09-23 | Lab Time: Image Processing |
2023-09-21 | UE5: Making a Monster Part 2: Revenge of Linear Algebra |
2023-09-21 | Painter's Algorithm, BSPs, Z-Buffering |
2023-09-20 | Vectors Part 2 |
2023-09-20 | C++ File I/O |
2023-09-19 | UE5: Making a Monster |
2023-09-19 | UE5: 10 Minute Inventory System |
2023-09-18 | C++: Vectors Part 1 |
2023-09-15 | BRIDGES Lab Time |
2023-09-14 | UE5: Health and Stamina Systems |
2023-09-14 | Barycentric Coordinates |
2023-09-14 | Voronoi Part 2 - Floyd's Relaxation |
2023-09-13 | C++: Void Functions and Call By Reference Parameters |
2023-09-13 | C++: Pure vs Impure Functions |
2023-09-12 | UE5: Landscape Materials, Landscape Layers, Landscape Grass Output |
2023-09-12 | Voronoi Diagrams + the Inline and Static keywords in C++ |
2023-09-11 | C++: Random Numbers |
2023-09-07 | Game Design Day 2 |