Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 325 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 325 Bytes

cpp_smart_pointer_list

C++ example fo a smart pointer list

This simple program shows the use of the smart pointers that are available in the STL include. It shows how to save smart pointers in a list and create "dynamically" more smart pointer objects, e.g. if you want to create a tree.

Comments are desired...