In article <1954@alcbel.be> sp_ppm@space.alcbel.be (Paul Moore) writes:
>Hello,
>I'm looking for freely available C++ classes, mainly to improve me knowledge of the language. I remember reading somewhere about sites that have these available, but
>I've forgotten where they are.
>Can anyone help me by letting me know where I can locate some?
>Thanks in advance, Paul
>---
>Paul Moore, email: sp_ppm@space.alcbel.be
>ALcatel Bell Telephone,
>Berkenrodelei 33, phone: (+32) 3/829.5024
>2660 Hoboken,
>Belgium.
Hello!
I recently got the class library LEDA 3.0 from ftp.uni-sb.de in pub/LEDA.
It contains very powerful classes. It has many different container classes
like stacks, queues, lists, dictionaries, hash_arrays etc. All these are
implemented with very good algorithms, so they are very fast.