+ 2
What are smart pointers? When to use them?
smart pointers in C++
1 Odpowiedź
0
To understand, you HAVE TO know AND understand PERFECTLY pointers. If you think you know and understand read this article, probably the best on smart pointers :
http://ootips.org/yonat/4dev/smart-pointers.html
If you don't understand perfectly pointers, ask !