Is there an HTML version of the C++ STL code? I often look something up on the web, e.g. here on sgi.com, but then I'd like to see the actual source code of the functions and classes.
I can find the STL code on my system, e.g. in /usr/include/...
, but I don't have an IDE, so it's not hyperlinked, and I have to search for every file by hand (often one header actually points to another header where the code is). I would like to be able to click on some class name wherever it's mentioned, and it takes me to the definition etc. There should be some browsable HTML form of the source on the web?