Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 138 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 138 Bytes

Implementation of "smart pointers" for C++

Pointers for C++ implemented in the RAII paradigm and correctly freeing memory in any case.