Message-Id: <3.0.5.32.19980930235651.007b9370@200.252.238.1> X-Sender: thiagofga AT 200 DOT 252 DOT 238 DOT 1 (Unverified) X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Wed, 30 Sep 1998 23:56:51 -0300 To: djgpp AT delorie DOT com From: "Thiago F.G. Albuquerque" Subject: libg++ and stdc++ Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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