Thema
:
Delphi
Trivial: Was ist ein Pointer?
Einzelnen Beitrag anzeigen
Mirilin
Registriert seit: 21. Dez 2002
Ort: Lenzburg
861 Beiträge
Delphi 6 Professional
#
3
Re: Trivial: Was ist ein Pointer?
3. Nov 2003, 17:55
Zitat:
So what is a pointer? Simply put, a pointer is a variable that holds the address of anything in memory.
To concrete this definition, just keep in mind the following: everything used in an application is stored somewhere in the computer's memory, a pointer to that item simply points the program to that memory location. Because a pointer holds the address of another variable, it is said to point to that variable.
Pointers in Delphi
Tobias
Die Physik ist für die Physiker eigentlich viel zu schwer.
Zitat
Mirilin
Öffentliches Profil ansehen
Mehr Beiträge von Mirilin finden