**Update added main and cat
Hello all i am creating a sharedpointer class that has a reference counter.
What im trying to do is when i create a new object and give it value i can do so until i reach a cap of 3.
If i create anymore objects they will get NULL if i try to use obj.getPointer().
Currently when i try and create objects i get 0x22bd730 when i console log my main :(