Skip to main content

All Questions

Tagged with
6 votes
2 answers
2k views

shared_ptr and make_shared implementations (for learning)

Recently, I've been going through Scott Meyer's Effective Modern C++ and found the discussion on shared_ptr really interesting. I also watched Louis Brandy's ...
eenz's user avatar
  • 123
3 votes
2 answers
640 views

Merge Sort C++11 C++17

Question Any way I can optimize this further using new C++11 or C++17 features? Would also like feedback on my variable naming, memory management, and style (notice my placement of ...
greg's user avatar
  • 1,017