Overview
Syllabus
Summary of what you'll learn Dynamic Memory and Arrays of Objects
Example showcase
Creation of static array of objects
Why do we need dynamic arrays?
Creation of dynamic array of objects
Difference between static and dynamic arrays
Deallocating memory
Visual example of memory allocation how arrays are allocated
Tools for code analyzing
Entering data in an array using loops
Arrays and functions passing a dynamic array into a function
Changing size of the dynamic array at runtime visual explanation
Changing the size of the dynamic array at runtime code example
Copying elements from one array to another using "memcpy" function
Copying elements from one array to another using loops
Adjusting existing logic
Practical task for you with instructions
Problem with "memcpy" function
Deep copy VS Shallow copy
Second practical task for you
Final words
Taught by
CodeBeauty