User talk:Chronos

From Lazarus wiki
Revision as of 19:44, 12 November 2018 by Bart (talk | contribs) (Created page with "Hmm, the fact tha a pointer can be nil does not mean that a pointer is nullable. A pointer points to a memory adress. Setting a pointer to nil, simply points it to memory adre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Hmm, the fact tha a pointer can be nil does not mean that a pointer is nullable. A pointer points to a memory adress. Setting a pointer to nil, simply points it to memory adress 0. --Bart (talk) 18:44, 12 November 2018 (CET)