X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Emile Bosch" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp Subject: ** Pointer thingie's <= what's up with the double *? Lines: 24 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Fri, 14 Dec 2001 11:57:25 +0100 NNTP-Posting-Host: 213.73.195.146 X-Complaints-To: abuse AT quicknet DOT nl X-Trace: news.quicknet.nl 1008327259 213.73.195.146 (Fri, 14 Dec 2001 11:54:19 MET) NNTP-Posting-Date: Fri, 14 Dec 2001 11:54:19 MET Organization: QuickNet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, well i have my 2nd question, since book about c++ doesn't cover pointers in depth :(( I've got to get me another good book.. So my question is as following: void** ptr; //? Double **? I get the single * but what's up with the ** ?? just when i tought i got the pointer thingies, they invented this :D lol. So can someone help me with this? Oh, and if thát's possible is it also possible to have anything like void *& or something? Thank you all very much, Warm regards, Emile Bosch