Everyone should know about boost. What are other helpful libraries for C++? If you need to mention specifics (like libcurl, freeimage) please note what they are specific to (web protocol, image loading).
|
15
|
|||||
|
|
|
SOCI, http://soci.sourceforge.net/
Example code:
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
Crypto++ - encryption library Ogre3D - 3D graphics OIS - cross platform input PixelToaster - 2D software rendering Anti-Grain Geometry - High quality rendering engine |
|||
|
|
|
|
CGAL - Computer Graphics Algorithms Library Also see this introduction to CGAL from Google Tech Talks on YouTube. |
|||
|
|
|
|
|
|||
|
|
|
|
CxxTest for unit testing. |
|||
|
|
|
|
For scientific/engineering applications: TNT |
|||
|
|
|
|
I use Loki-lib most of the time.
It's a generic, policy based library with generic DPs, idioms and other useful code snippets. |
|||
|
|
|
|
Intels OpenCV for computer vision. |
|||
|
|
|
|
IntelTBB for better multithreading. (More than just threads and mutexes) |
|||
|
|
|
|
SDL for multi-platform graphics. |
|||
|
|
|
|
STL for everyday C++ programming. It has useful algorithms, containers and data structures. |
|||
|
|
