Donnie’s C++ Links
Here are some interesting articles, libraries and resources for the C++ programming language.
C++ FAQs and References
C++ Language and Library Enhancements
- Boost peer-reviewed C++ libraries
- STXXL - STL for extremely large datasets. Can utilize disk storage for collections that exceed available system memory!
- Hoard multiprocessor memory allocator for C++ and STL
Collision Detection
Computational Geometry
- Computational Geometry Algorithms Library
- QHull - convex hull calculations, etc. Used by FreeSOLID and others.
