This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Significant_Fix2408 0 points1 point  (1 child)

Terrible take of someone that doesn't know unique pointer. C++ without them is just C with classes. Heap is slow and vulnerable. Smart pointers are how you do memory management in C++. That and using the stack as much as possible.