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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d5151b6052512f7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-08 12:34:31 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Overloading procedures with Float and Long_Float types Date: Mon, 08 Mar 2004 20:34:30 +0000 Message-ID: References: <404c7e53.0@entanet> <404c8f63.0@entanet> <404CCF08.B1909B36@fakeaddress.nil> NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1078778070 13343 62.49.62.197 (8 Mar 2004 20:34:30 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Mon, 8 Mar 2004 20:34:30 +0000 (UTC) User-Agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!) Xref: archiver1.google.com comp.lang.ada:6168 Date: 2004-03-08T20:34:30+00:00 List-Id: On Mon, 08 Mar 2004 20:52:40 +0100, Gautier Write-only wrote: > With 1) you can overload on the number of parameters, too. > What I do for OpenGL with is not to use a suffix for > 'd' and 'i' (used more) and keep them for 's' and 'f'. Good point. Hmmm, myself and another are thinking about getting people together to sort this OpenGL/Ada binding out once and for all. Would you be interested (and anyone else for that matter)? Luke.