Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn how to implement a vector/dynamic array data structure in C++ in this comprehensive 45-minute tutorial. Explore key concepts including static arrays, reallocation, copying, moving, pushback operations, index operators, and vector class implementation. Dive into advanced topics such as placeback, moving values, move destroy, variadic templates, and memory management. Gain practical insights on building, debugging, and optimizing your custom vector implementation while understanding crucial C++ concepts like destructors and memory blocks.
Syllabus
Intro
Static Array
Reallocate
Copy
Move
Pushback
Index Operator
Vector Class
Placeback
Vector
Moving Values
Move Destroy
Place Back
Variatic Template
Build Error
Destructor
Popback
Advanced Tip
Whats Next
The Bug
Adding a Memory Block
Deleting Memory Blocks
Removing Destructor
Testing Vector
Outro
Taught by
The Cherno