Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 199 Bytes

File metadata and controls

3 lines (3 loc) · 199 Bytes

Smart-Pointer-Implementation

Implementation of a shared_ptr in C++. A self created exception null_ptr_exception is created so that this exception can be thrown when a pointer is pointing to null.