Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 403 Bytes

C++ Programming

Topics

  • Smart Pointers - RAII-based wrappers around dynamically allocated pointers. These help to protect against memory leaks and offer other useful functionality, including reference counting.
  • Move Semantics - The Big Three is a proper subset of the Big Five; move semantics encompasses the additional two operators.