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-Thread: 103376,147f221051e5a63d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.sun.com!news.sun.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 20 May 2008 03:01:09 -0500 Newsgroups: comp.lang.ada Subject: Re: memory management in Ada: tedious without GC? References: <4ddef8bf-b5b1-4d7e-b75b-386cd6c8402c@l17g2000pri.googlegroups.com> <482E8A9D.5040401@obry.net> <8ACXj.3769$IK5.622@trnddc04> <482EF951.9010604@obry.net> From: Ole-Hjalmar Kristensen Organization: Sun Microsystems Date: 20 May 2008 10:01:09 +0200 Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cache-Post-Path: news1nwk!unknown@khepri42.norway.sun.com X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-s8tX2zYDfoWCVpOYeXGQXSuTM1jTNpZ+6dv8PXU57jf60FYsLnNoTPPQMJrTXg5M/Plig3JWWp7amtt!Zy2MHCp4sKCI1aLbv4WCUSQm3FUF5T9b3B++fdVJGPl3mmn/EjIqQcSC X-Complaints-To: abuse@sun.com X-DMCA-Complaints-To: abuse@sun.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.38 Xref: g2news1.google.com comp.lang.ada:264 Date: 2008-05-20T10:01:09+02:00 List-Id: The latest C standard allows you to allocate arrays with dynamically computed size on the stack, but not C++, I believe. -- C++: The power, elegance and simplicity of a hand grenade.