Favourite class in the standard?

Whovian (158)
What would your favourite class anywhere in the C++ standard be?

Mine's probably stringstream, as I just learned about that and am finding it quite useful.
xander333 (630)
std::string probably :)
Cubbi (1927)
My favorite is std::valarray -- expression templates made easy!
Peter87 (3917)
I like std::vector.
atropos (177)
std::vector
Framework (3237)
std::exception (seriously).

To be fair, I rarely use the standard classes.

Wazzak
Last edited on
Catfish (666)
If you're like I am, you abuse std::vector to read binary files.
Whereas we should have been provided memory mapped file libraries, a long time ago.
Cubbi (1927)
Boost has portable memory mapped file I/Ô, so there is a chance.
Luc Lieber (985)
shared_ptr
Topic archived. No new replies allowed.