Jump to content

Talk:Pointer error

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Ed Poor (talk | contribs) at 15:29, 17 November 2006 (pointer). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The dereference operator * takes a pointer to a value (variable or object) and returns the value. [1]