I want to know see algorithms they use and how they use C++ in order to implement these algorithms. I searched a little sgi.com but I couldn't see implementations of algorithms.
I want to know see algorithms they use and how they use C++ in order to implement these algorithms. I searched a little sgi.com but I couldn't see implementations of algorithms.
Have you seen GNUs implementation? Most, if not all of the implementation
comes in ordinary .h (or .hpp) files; the STL is templates mainly remember?
Comment