cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Smart pointers in a vector
Smart pointers in a vector
Aug 21, 2014 at 11:49pm UTC
danielmccarthy
(126)
I am new to smart pointers and have a question.
If you push a smart pointer onto a vector and then some where later pop it back off it will delete the memory right?
Aug 21, 2014 at 11:50pm UTC
Disch
(13742)
Yes.
Topic archived. No new replies allowed.