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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,71c743c03ed191fe X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-21 16:38:12 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: mheaney@on2.com (Matthew Heaney) Newsgroups: comp.lang.ada Subject: Re: Beginer problem: variable array size Date: 21 Oct 2002 16:38:12 -0700 Organization: http://groups.google.com/ Message-ID: <1ec946d1.0210211538.2d127ef4@posting.google.com> References: NNTP-Posting-Host: 64.65.252.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1035243492 18075 127.0.0.1 (21 Oct 2002 23:38:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 21 Oct 2002 23:38:12 GMT Xref: archiver1.google.com comp.lang.ada:30011 Date: 2002-10-21T23:38:12+00:00 List-Id: "Matthew Heaney" wrote in message news:... > > "Marin David Condic" wrote in message > news:anhdd5$bl4$1@nntp9.atl.mindspring.net... > > > > I'm sure you've got a fine library here and I'm suggesting that if you take > > some time to write even a cursory user's manual, that will help make it > > its own thing rather than a "me too" venture. > > OK. I'll give myself the task of writing a manual. Actually, a readme > might be enough to get started. I have written documentation for the unbounded vector container, which is posted online at my web site. http://home.earthlink.net/~matthewjheaney/charles/charles-vectors-unbounded.html I have also released a new version (20021021) of the Charles library, which includes the changes to the vector package. http://home.earthlink.net/~matthewjheaney/charles/index.html Let me know if this documentation is what you had in mind. Matt