From: NOSPAMsl AT psycode DOT com (Gili) Newsgroups: comp.os.msdos.djgpp,gnu.gcc.help,comp.os.os2.programmer.misc Subject: list.h -- error!? Date: 24 Jan 1998 04:36:53 GMT Organization: Generation.NET Lines: 12 Message-ID: Reply-To: NOSPAMsl AT psycode DOT com NNTP-Posting-Host: portE69.Generation.NET Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 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