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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: fdb77,5f529c91be2ac930 X-Google-Attributes: gidfdb77,public X-Google-Thread: 103376,583275b6950bf4e6 X-Google-Attributes: gid103376,public X-Google-Thread: 1108a1,59ec73856b699922 X-Google-Attributes: gid1108a1,public X-Google-ArrivalTime: 2003-05-06 18:27:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!nntp-relay.ihug.net!ihug.co.nz!west.cox.net!cox.net!small1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!nntp.gbronline.com!news.gbronline.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 06 May 2003 20:27:39 -0500 Date: Tue, 06 May 2003 20:28:09 -0500 From: Wesley Groleau Reply-To: wesgroleau@despammed.com Organization: Ain't no organization here! User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en, es-mx, pt-br, fr-ca MIME-Version: 1.0 Newsgroups: comp.lang.java.advocacy,comp.object,comp.lang.ada Subject: Re: the Ada mandate, and why it collapsed and died (was): 64 bit addressing and OOP References: <9fa75d42.0304300412.3c9f8157@posting.google.com> <98BC68183770643E.43B22CFE5F4D5EFD.5566989BE627964B@lp.airnews.net> <9fa75d42.0305010645.7a5572ed@posting.google.com> <3EB1C603.7788E194@adaworks.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 216.117.18.11 X-Trace: sv3-WgO9ocptBbQBnvYM0HB5ep7k7qRa5+gJsXy3jtESZGw7tLMftLjsUa4nBK45aqehf42g0GRnMa/1vvR!owenPk8W7/a9DJOT7uZIztuG1Watq2a/hKztgmlE8vrTt6nytdFdZmQyT2rqqC6YYpXEUy69XndP!frKy X-Complaints-To: abuse@gbronline.com X-DMCA-Complaints-To: abuse@gbronline.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Xref: archiver1.google.com comp.lang.java.advocacy:63242 comp.object:62860 comp.lang.ada:37020 Date: 2003-05-06T20:28:09-05:00 List-Id: >>I own a "C Primer" which NEVER informs the reader that >>C is case-sensitive. And the only hint I could find >>(and I was hunting for one) was a code snippet >> >>void funcname (FILE file) >>and this was in chapter eleven! > > It's also wrong; it should be > void funcname(FILE * file) I think that's my mistake, not the book (not handy to look up right now)