YoVDO

Vector-Dynamic Array - Making Data Structures in C++

Offered By: The Cherno via YouTube

Tags

Vectors Courses C++ Courses Data Structures Courses Memory Management Courses Variadic Templates Courses

Course Description

Overview

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

Related Courses

Heterogeneous Parallel Programming
University of Illinois at Urbana-Champaign via Coursera
Advanced Operating Systems
Georgia Institute of Technology via Udacity
計算機程式設計 (Computer Programming)
National Taiwan University via Coursera
Introduction to Operating Systems
Georgia Institute of Technology via Udacity
Android Performance
Google via Udacity