Introduction - If you have any usage issues, please Google them yourself
LipingPtr is a reference counted C++ Smart Pointer Template Class. It keeps track of the pointer usage and deletes it when the reference counter reaches 0. LipingPtr tried to combine most frequently used features of smart pointers and represent them in a single file. Keeping the usage simple is another goal of LipingPtr. It may not include all the functionalities smart pointers could have but it tries hard to avoid using confusing terminologies.