hi guys from my understanding the keyword this is a pointer that points to the current object in scope for example currentObject.value;
but when I try to use the this keyword in my program nothing is happening it does not print the variable age,it compiles but does not print anything
and side question when I'm returning *this what m I actually returning(yes I understand how pointers work and have read countless of tutorials and chapters on them but this confuses me because you are using an object)