Cool C++ Libraries

From Wiki

Jump to: navigation, search

Every now and then I come across a library that truly deserves to be called cool. The following list is a list of C++ libraries that I think are as cool as they can get. You will note that most of them are part of Boost. Coincidence? I don't think so :)

IMHO every serious C++ programmer should at least be somewhat familiar with these libraries and the concepts they introduce to C++ programming. Especially, the emerging fields of generic programming and template metaprogramming in C++ help in creating more robust and reusable code that does not need to be rewritten for every new requirement or class that comes along (reducing copy & paste code).

Personal tools