Skip to main content

All Questions

Tagged with
0 votes
1 answer
195 views

confusion regarding handling of new smart pointers on stack frames?

Let me try to elaborate it. Stack Frame: When we execute any function it create stack where all local variables and instructions reside. And Smart Pointer: smart pointer like std::unique_ptr allows ...
twid's user avatar
  • 101