rcrowley + stl   10

The GNU C++ Library Documentation
GNU doesn't seem to have good Google Juice. Here they are.
gnu  c++  docs  stl 
may 2009 by rcrowley
SGI STL Thread-Safety
More reading for later about the STL and using it in multi-threaded environments. I use it quite successfully with fine-grained locking using a pile of pthread_mutexes.
c++  stl  sgi  threading 
august 2008 by rcrowley
rope<T, Alloc>
Wandering through the STL, saving this for a rainy day.
c++  stl  string  strings  rope 
may 2008 by rcrowley
find_if
Handy STL way to check an object's existence in an iterator range.
c++  stl  iterator 
march 2008 by rcrowley

Copy this bookmark:



description:


tags: