From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 10261c,90121986704b5776 X-Google-Attributes: gid10261c,public X-Google-Thread: fdb77,4873305131bf4d94 X-Google-Attributes: gidfdb77,public X-Google-Thread: 1014db,4873305131bf4d94 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,4873305131bf4d94 X-Google-Attributes: gid103376,public X-Google-Thread: 109fba,4873305131bf4d94 X-Google-Attributes: gid109fba,public From: "Dennis Weldy" Subject: Re: English SUCKS, Chinese is the only language you need!! Date: 1997/11/25 Message-ID: #1/1 X-Deja-AN: 292536188 References: <34557f2b.1934172@news.mindspring.com> <34722BF5.5B6D@le.ac.uk> <34733BEC.991E4298@itsnet.com> <34738872.783@gsg.eds.com> <650kf8$smt$1@helios.crest.nt.com> <3474B3E4.67FA@gsg.eds.com> <3479FD07.2934@gsg.eds.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Organization: Intergraph Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.lang.java.advocacy,comp.lang.pascal.misc Date: 1997-11-25T00:00:00+00:00 List-Id: int * p = NULL ; the * comes before the variable name. I've defined an int pointer p = new int ; *p = 10 ; the * comes before the variable name. I'm using the int pointed to by p. Have I missed something? Dennis Shmuel (Seymour J.) Metz wrote in message <3479FD07.2934@gsg.eds.com>... >Dennis Weldy wrote: > >> >Well, I was thinking of the use of * both for defining pointers and for >> >dereferencing them. >> >> I've always thought htat made sense: the declaraction matches use. > >N, they don't; the order is different. > >> Or do you object to using [] for the declaration of arrays, and for indexing >> into the array as well? ;-) > >No, because there it's consistent. > > >-- > > Shmuel (Seymour J.) Metz > Senior Software SE > >The values in from and reply-to are for the benefit of spammers: >reply to domain eds.com, user msustys1.smetz or to domain gsg.eds.com, >user smetz. Do not reply to spamtrap@library.lspace.org