Message-ID: <004101bc6cdc$09bfc920$2af8c6c3@johan> From: "Johan Henriksson" To: Subject: Re: How does a pointer work and when do you need it? Date: Fri, 30 May 1997 11:29:17 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com from Johan Henriksson, Sweden HTTP://come.to/jhewok | Primary mail: johan DOT he AT telia DOT com #UIN 12035895 Second: jhe75 AT hotmail DOT com Third: johan_he AT yahoo DOT com Leadprogrammer and FX-specialist at Real software http://come.to/real_software ************************************************************************* -----Original Message----- From: SufMan Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com Date: Sunday, May 30, 1999 1:34 AM Subject: Q: How does a pointer work and when do you need it? >Please.. Can someone help me?? >Q: How does a pointer work and when do you need it? It points at a position in memory containing the real data. You might need it for treestructures, linkedlists, dynamic memory etc