Mail Archives: djgpp/1995/04/27/16:26:20
> 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.
- Raw text -