Jump to content

Pointer error

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Casmith 789 (talk | contribs) at 15:26, 17 November 2006 ({{stub}}; small cleanup). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A pointer error in a computer program is any mistake involving pointer variables. Common errors include confusing the value of the pointer forgetting whether a varable contains the desired value, or a memory reference to the desired value. An error may occur when someone wants to do arithmetic on a variable, but accidentally does that operation on the pointer to the variable instead.