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: 103376,4873305131bf4d94 X-Google-Attributes: gid103376,public X-Google-Thread: fdb77,4873305131bf4d94 X-Google-Attributes: gidfdb77,public X-Google-Thread: 109fba,4873305131bf4d94 X-Google-Attributes: gid109fba,public X-Google-Thread: 10261c,90121986704b5776 X-Google-Attributes: gid10261c,public X-Google-Thread: 1014db,4873305131bf4d94 X-Google-Attributes: gid1014db,public From: "Dennis Weldy" Subject: Re: English SUCKS, Chinese is the only language you need!! Date: 1997/11/21 Message-ID: #1/1 X-Deja-AN: 291355579 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> 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-21T00:00:00+00:00 List-Id: Shmuel (Seymour J.) Metz wrote in message <3474B3E4.67FA@gsg.eds.com>... >Kaz Kylheku wrote: > >> >constructs are more arcane that assembler language. >> >> Which ones? > >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. Or do you object to using [] for the declaration of arrays, and for indexing into the array as well? ;-) Dennis