Skip to content

fschneider1509/cpp_smart_pointer_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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...

About

C++ example fo a smart pointer list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages