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, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c6ca9cbe17b867c4 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!peernews-us.colt.net!colt.net!peernews3.colt.net!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: access & address Date: Thu, 14 Oct 2004 20:09:15 +0200 Organization: AdaCL Message-ID: <17721214.dJnt8f0cAJ@linux1.krischik.com> References: <1c2f5137.0410140105.66fdb23e@posting.google.com> <1347924.5V7QhTSfdI@linux1.krischik.com> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1097777615 03 23980 WAHRXmLLJg6giAw 041014 18:13:35 X-Complaints-To: usenet-abuse@t-online.de X-ID: ZG-RAUZ6reI8FVqsVcVsbUoCils4mh4q4gftztn2s769K6GeVYL7rR User-Agent: KNode/0.8.0 Xref: g2news1.google.com comp.lang.ada:5215 Date: 2004-10-14T20:09:15+02:00 List-Id: Hello, > "Martin Krischik" wrote in message > news:1347924.5V7QhTSfdI@linux1.krischik.com... >> Unlike C/C++ where you can't switch type safety on even when you > desperately >> need it. > You obviously know nothing about C++ then. I sure C++. All I have to say is: unsigned A = -1; char B = 256; If you are very very luck your compiler will warn you. And that are only the primitive examples. We have not even spoken about the failure called "typedef" which should really be called "type_rename". With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com