delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
From: | "A. Sinan Unur" <asu1 AT cornell DOT edu> |
Newsgroups: | comp.lang.c++,comp.os.msdos.djgpp |
Subject: | Re: ** Pointer thingie's <= what's up with the double *? |
Date: | 14 Dec 2001 13:07:36 GMT |
Organization: | Cornell University |
Lines: | 33 |
Sender: | asu1 AT cornell DOT invalid (on 135.syracuse-02rh15rt.ny.dial-access.att.net) |
Message-ID: | <Xns9177526CC2A82ASINANUNUR@132.236.56.8> |
References: | <vTkS7.469287$Jy2 DOT 33400140 AT news DOT quicknet DOT nl> |
NNTP-Posting-Host: | 135.syracuse-02rh15rt.ny.dial-access.att.net |
X-Trace: | news01.cit.cornell.edu 1008335256 10250 12.89.10.135 (14 Dec 2001 13:07:36 GMT) |
X-Complaints-To: | usenet AT news01 DOT cit DOT cornell DOT edu |
NNTP-Posting-Date: | 14 Dec 2001 13:07:36 GMT |
User-Agent: | Xnews/4.06.22 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
"Emile Bosch" <emilebosch AT hotmail DOT com> wrote in news:vTkS7.469287$Jy2 DOT 33400140 AT news DOT quicknet DOT nl: > Hi, > well i have my 2nd question, since book about c++ doesn't cover > pointers in depth :(( This is not the appropriate forum to ask such questions. You can try alt.comp.lang.learn.c-c++ comp.lang.c++ comp.lang.c++.moderated > void** ptr; //? Double **? i don't think that is valid. int **ppi; means ppi is a pointer to a pointer to an int. AFAIK, you can't have pointers to void pointers. you might want to get cdecl (available at the site you downloaded djgpp from) to explain declarations you don't understand. as i mentioned, however, such posts are off-topic here. post in the appropriate forum next time. sinan. -- -------------------------------- A. Sinan Unur http://www.unur.com/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |