From: authentic AT tip DOT nl (Rick) Newsgroups: comp.os.msdos.djgpp,gnu.gcc.help,comp.os.os2.programmer.misc Subject: Re: list.h -- error!? Date: Fri, 23 Jan 1998 18:03:57 GMT Organization: NL-NIC Lines: 31 Message-ID: <6adafm$m6f$2@cadmium.aware.nl> References: Reply-To: authentic AT tip DOT nl NNTP-Posting-Host: nijmegen-006.std.pop.tip.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Gili, At least for the stl part of the library the documentation is hopelessly outdated. But the gcc stl is just conforming to the standard mostly. So when you get documentation from the stl at: http://www.sgi.com/Technology/STL/download.html you have all you need. Rick NOSPAMsl AT psycode DOT com (Gili) wrote: >Hi, > The GCC info describes a couple of methods included in the List >class. However, the list.h file describes totally other methods. I >tried List::head() or List::tail() which the info told me I could use >and I got an error telling me these methods did not exist. I tried >some of the methods in list.h (which are not listed in the info) and >they works. . . What is going on here?! Am I using the wrong file? >Isn't list.h the correct one for the List class? Is the info file >incorrect? Am I going insane? >Gili