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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,54dd2d5232c1184f,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-05 16:36:29 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: prenom_nomus@yahoo.com (Mark) Newsgroups: comp.lang.ada Subject: C++ enumerations the Ada way Date: 5 Jul 2003 16:36:29 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 12.83.100.8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1057448189 29635 127.0.0.1 (5 Jul 2003 23:36:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 5 Jul 2003 23:36:29 GMT Xref: archiver1.google.com comp.lang.ada:40084 Date: 2003-07-05T23:36:29+00:00 List-Id: Interesting article in Embedded Systems Programming this month http://www.embedded.com/2003/0307 look for: Programming Pointers More on enumerations by Dan Saks Several references to the Ada way of doing/using enumerations and how to do something similar in C++. It might even make a few people look into Ada.