Copyright © 2016-2024
Robert W. Hasker

Note 12: Copying, STL, strings in C++

Back to C++: memory management issues

Copying Structures

Copy Constructor

Destructor

Moving Data

Rule of Five

STL and memory management

string memory management and details

Review