X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Jakob Bieling" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp Subject: Re: ** Pointer thingie's <= what's up with the double *? Date: Fri, 14 Dec 2001 12:50:37 +0100 Organization: T-Online Lines: 27 Message-ID: <9vcp17$l2p$05$1@news.t-online.com> References: <9vcma8$gjt$06$1 AT news DOT t-online DOT com> <_4lS7.469306$Jy2 DOT 33404928 AT news DOT quicknet DOT nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1008330599 05 21593 DxJUTApVSGAJ9z 011214 11:49:59 X-Complaints-To: abuse AT t-online DOT com X-Sender: 520055769711-0001 AT t-dialin DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Emile Bosch" schrieb im Newsbeitrag news:_4lS7.469306$Jy2 DOT 33404928 AT news DOT quicknet DOT nl... > whoosh that was a FAST reply =) Thanks!! I think i understand it now, have > to bring it > to real life with an example though! > > is this a good example of it?: > > int c; > int *ptr; > int **fptr; > > c = 5; > ptr = &c; > > fptr = &ptr; > > ? > warm regards, > Emile Bosch Yes! :) bye jb