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

C++ Insights - See Your Source Code with the Eyes of a Compiler
NDC Conferences via YouTube
C++ Insights - How Stuff Works, Lambdas and More
CppNow via YouTube
Generative Programming in Action - Emulating the 3DS
CppNow via YouTube
The Problem with Cutting Edge C++
CppNow via YouTube
Implementing Variant Visitation Using Lambdas
CppNow via YouTube