Monday, January 10, 2005

Fun with STL

Lately I've been rewriting some of my code to take better advantage of the C++ Standard Template Library. It seems silly to use the containers and ignore the algorithms, especially when you can start writing more functional code. (Functional as in functional programming, of course.)

No comments: