Comment Re:Incorrect statements (Score 1) 530
You've got to be kidding! All the programmers I've shown the STL to have fallen in love with it immediately. It's a shining example of pragmatic, elegant design. Even if you don't dig the numerics/algorithms/function objects, type safe containers are to die for.
Besides that, the author endorsed generic programming. He had simply missed the fact that C++ now has resizable arrays(vector), and sane string handling(std::string)
Besides that, the author endorsed generic programming. He had simply missed the fact that C++ now has resizable arrays(vector), and sane string handling(std::string)