From: tyoung AT netaxis DOT com (tom young) Subject: Re: libg++ and stdc++ Newsgroups: comp.os.msdos.djgpp References: <3 DOT 0 DOT 5 DOT 32 DOT 19981002234309 DOT 008a4c30 AT 200 DOT 252 DOT 238 DOT 1> X-Newsreader: TIN [version 1.2 PL2] Lines: 25 Message-ID: NNTP-Posting-Host: 198.69.103.4 X-Trace: news6.ispnews.com 907419099 198.69.103.4 (Sat, 03 Oct 1998 08:51:39 EDT) NNTP-Posting-Date: Sat, 03 Oct 1998 08:51:39 EDT Organization: ISPNews http://ispnews.com Date: Sat, 03 Oct 1998 12:51:39 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Try: #include you should get: /usr/include/g++/string which belongs to: libstdc++-devel-2.8.0-8 on my RedHat 5.1 system. Thiago F.G. Albuquerque (thiagofga AT ambr DOT com DOT br) wrote: : Did you know that in order to use the string class in your program, you : have to #include - not "string" or "cstring" (both available in cxx's : include directory)- but "_String.h"? What a pity the docs don't say a line : about this (or at least I couldn't find it). Does anybody know where can I : find information on which header goes with each class? : Also, what exactly are the differences between the "gnu c++ library" and : the "gnu standard c++ library"? To which files do these names correspond in : the lib directory? I guess "gnu c++" is libgpp.a and "gnu standard c++" is : libstdcxx.a. : But what about "libg.a"? : Thanks, : Thiago Albuquerque