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.8 required=5.0 tests=BAYES_00,PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bd360735bb97721d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-22 06:48:48 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!fu-berlin.de!uni-berlin.de!gate.alcatel.DE!not-for-mail From: Mirko Aigner Newsgroups: comp.lang.ada Subject: List of packages ?! Date: Thu, 22 May 2003 15:48:49 +0200 Organization: Alcatel SEL AG Berlin Message-ID: <3ECCD541.50200@alcatel.de> NNTP-Posting-Host: gate.alcatel.de (194.113.59.80) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 1053611327 150236 194.113.59.80 (16 [131051]) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020903 X-Accept-Language: en-us, en X-Enigmail-Version: 0.63.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Cache-Post-Path: news.alcatel.de!unknown@slbpx8 X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Xref: archiver1.google.com comp.lang.ada:37641 Date: 2003-05-22T15:48:49+02:00 List-Id: Hello I am a Student and I got the following problem. I got c++ Code and now I should reimplement it in Ada. My Problem is: I have a C++ Class only containing methods. In Ada this is a package, right ?! In C++ I can create a list containing this methods-only-class, is that possible for ada, too ?! thanks for the help Mirko Aigner