Dynamic Arrays in C++ - Understanding std::vector
Offered By: The Cherno via YouTube
Course Description
Overview
Explore the concept of dynamic arrays in C++ through an in-depth examination of std::vector in this 14-minute video tutorial. Learn about the functionality, implementation, and practical applications of this essential container from the C++ Standard Template Library. Discover why it's called "vector" and gain insights into alternative implementations like EASTL. Dive into the mechanics of dynamic memory allocation, resizing, and efficient element manipulation using std::vector to enhance your C++ programming skills.
Syllabus
Dynamic Arrays in C++ (std::vector)
Taught by
The Cherno
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera