diff --git a/C_plus_plus/resources.md b/C_plus_plus/resources.md index e7b1e79b..e1408d01 100644 --- a/C_plus_plus/resources.md +++ b/C_plus_plus/resources.md @@ -359,6 +359,7 @@ A curated list of C++ frameworks, libraries, resources, and shiny things. * [GMTL](http://ggt.sourceforge.net/) - Graphics Math Template Library is a collection of tools implementing Graphics primitives in generalized ways. [GPL2] * [GMP](https://gmplib.org/) - A C/C++ library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPL3 & GPL2] * [QuantLib](https://github.com/lballabio/quantlib) - A free/open-source library for quantitative finance. [Modified BSD] [website](http://quantlib.org/) +* [exprtk](http://www.partow.net/programming/exprtk/) - C++ Mathematical Expression Library ## Multimedia