Skip to content

UsmanT12/Smart-Pointer-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Implementation of a smart pointer in c++. It's supposed to mimic an implementation of a shared pointer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages