Why is dereferencing a pointer called dereferencing?
Posted
by optician
on Stack Overflow
See other posts from Stack Overflow
or by optician
Published on 2010-05-26T18:48:54Z
Indexed on
2010/05/26
19:21 UTC
Read the original article
Hit count: 238
Why is dereferencing called dereferencing?
I'm just learning pointers properly, and I'd like to know why dereferencing is called that. It confused me as it sounds like you are removing a reference, rather than going via the pointer to the destination.
Can anyone explain why it is called this?
To me something like destination or pointed_to_value would make more sense.
© Stack Overflow or respective owner