Quote Originally Posted by Ledidas
I perceive using a pointer or a reference is just the same
Your perception is not reality. For starters, a reference type cannot be used. With a pointer, there is the question of ownership; with a value, the container owns the object.

Quote Originally Posted by Ledidas
coders of segmented lib code love to read real values rather than handles. What library is that actually ?
Huh?