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-22 07:11:37 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: 22 Oct 2002 07:11:37 -0700 Organization: http://groups.google.com/ Message-ID: <1ec946d1.0210220611.1a753253@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 1035295897 13440 127.0.0.1 (22 Oct 2002 14:11:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 22 Oct 2002 14:11:37 GMT Xref: archiver1.google.com comp.lang.ada:30027 Date: 2002-10-22T14:11:37+00:00 List-Id: Preben Randhol wrote in message news:... > On Wed, 2 Oct 2002 11:04:04 -0400, Matthew Heaney wrote: > > > > If you're comfortable with the C++ STL, then using Charles will be natural. > > I'm not :-) so I'm wondering which documents that are best to read in > order to use charles? I have written documentation for the vector container, which is both a tutorial and a reference manual. You may be able to use this to get started. http://home.earthlink.net/~matthewjheaney/charles/charles-vectors-unbounded.html There's also a new release (20021021) of the library, containing changes to the vector package. http://home.earthlink.net/~matthewjheaney/charles/index.html Drop me a line to let me know whether the documentation is adequate. Matt