In a system where registered objects must have unique names, I want to use/include the object\'s this pointer in the name. I want the simplest way to create
this
You could use ostringstream the this pointer's address and put that ostringstream's value as string?