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.5 required=5.0 tests=BAYES_05,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,15d588b58ebcebac,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!80g2000cwy.googlegroups.com!not-for-mail From: "markww" Newsgroups: comp.lang.ada Subject: Initializers Date: 19 Dec 2006 18:02:11 -0800 Organization: http://groups.google.com Message-ID: <1166580131.054327.67090@80g2000cwy.googlegroups.com> NNTP-Posting-Host: 68.174.181.181 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1166580137 28970 127.0.0.1 (20 Dec 2006 02:02:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 20 Dec 2006 02:02:17 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 80g2000cwy.googlegroups.com; posting-host=68.174.181.181; posting-account=cNKOMg0AAADT2ug8oGSYYXo8bsDvrHzw Xref: g2news2.google.com comp.lang.ada:7954 Date: 2006-12-19T18:02:11-08:00 List-Id: Hi everyone, I'm trying to compare C++ to Ada. I'm looking specifically at Ada's lack of 'initializers'. I am guessing that this means there is no 'constructor' to Ada packages maybe? If that's the case - where do you initialize anything that needs setup when it comes into existence? Thanks, Mark