From: "Alec Holmes" Newsgroups: comp.os.msdos.djgpp Subject: STL list (doubly linked list) Lines: 6 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: Date: Tue, 21 Dec 1999 14:57:42 GMT NNTP-Posting-Host: 203.216.10.42 X-Complaints-To: abuse AT gol DOT com X-Trace: nnrp.gol.com 945788262 203.216.10.42 (Tue, 21 Dec 1999 23:57:42 JST) NNTP-Posting-Date: Tue, 21 Dec 1999 23:57:42 JST Organization: Global Online Japan To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I don't understand how to make use the STL list container at all...What I'm doing is making a linked list of pointers. I can initialize the list and add objects to the beginning and end, but can't do anything else (not even accessing items). HELP!