Date: Thu, 27 Apr 1995 15:00:39 -0400 From: dj (DJ Delorie) To: grotheer AT physix DOT mpi-stuttgart DOT mpg DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: container-classes? > Doug Lea in his 'Reference manual to the C++ Library' (comes with > lgp260dc.zip) discusses some container classes (Queues, Stacks, Sets and > similar) which are part of the library. However, I could not locate the > header files I need in order to use these classes. Where do I need to look for > these files (e.g. 'queue.h')? They are prototype files, not regular headers. Since nobody has ever ported the program that turns them into regular headers and sources, I don't bother including them in the distribution. You can get the libg++ sources and see them for yourself if you want.