From: Gallicus AT caramail DOT com (Gallicus) Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with C++ library Date: Tue, 06 Apr 1999 07:14:45 GMT Organization: Wanadoo - (Client of French Internet Provider) Lines: 34 Message-ID: <3709ab51.2927111@news.wanadoo.fr> References: <370982e5 DOT 13785014 AT news DOT wanadoo DOT fr> <3709ef2f DOT 41511299 AT news DOT wanadoo DOT fr> <370928a7 DOT 0 AT news DOT uni-bielefeld DOT de> NNTP-Posting-Host: b-adsl-nice-1-149.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.5/32.452 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Mon, 05 Apr 1999 21:18:19 GMT, manfred DOT heumann AT uni-bielefeld DOT de (Manni Heumann) wrote: >...The GNU string class, that you can >find in libgpp, is the one with the capital S (included with <_string.h>. The >new c++ library libstdcxx contains the string class that the standard >prescribes (included with ). So with the corrections I made to my test String program, I just managed to test the libstdcxx string class ! That was what I was afraid of ! I wasn't sure of that because I couldn't find any trace of concatenation with + in libstdcxx . I will keep trying to understand why linking with the libgpp String class failed. >But over the long run nobody needs two c++ libraries, so libstdcxx will take >the place of libgpp, which allready happened when it comes to the default >library used for djgpp c++ programs. I hope libstdcxx will soon have an "unlimited" integer class and an "unlimited" random integer generator class. >The documentation side of that, is the dark side. There are some documents on >the net, and thanks to the standard they should apply to any compiler. But I >don't think that there is any GNU documentation (and by the way the docs for >libgpp were excellent). Yes, I have a good description of the libgpp in HTML but it lacks of a few short samples to test if installation is OK. Thanks again for your help, Manni. Gallicus.