I was wondering how often people actually use much of the standard c++ library, particularly the stuff in the and
You should use stl as much as possible. It has been written by pretty sophisticated programmers and it is very unlikely that you can write a more optimized version of any of stl stuff. Do not re-invent the wheel