Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
ExprTK Alternatives
Similar projects and alternatives to ExprTK
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
CQC
CQC (Charmed Quark Controller) a commercial grade, full featured, software based automation system. CQC is built on our CIDLib C++ development system, which is also available here on GitHub.
-
-
TinyExpr
tiny recursive descent expression parser, compiler, and evaluation engine for math expressions
-
DiscordCoreAPI
A bot library for Discord, written in C++, and featuring explicit multithreading through the usage of custom, asynchronous C++ CoRoutines.
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
MIRACL
MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).
-
-
-
-
slimcpplib
Simple Long Integer Math for C++. Lightweight cross-platform header-only library what implements big integer arithmetic in С++17.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
ExprTK discussion
ExprTK reviews and mentions
-
A Cpp library to evaluate mathematical literal expressions dynamically
I have found many libraries that can evaluate mathematical expressions, e.g. this one: https://www.partow.net/programming/exprtk/index.html
-
Better library for evaluating math expressions stored on a String
I have used https://github.com/ArashPartow/exprtk for this task, since it is cpp we also used on IOS, however in android we changed to exp4j since it requires less space and did the same job.
-
What do I do if a repo only has a make file and I'm on windows?
For the specific example repo you cited, the project website also offers some preconfigured example MSVC solutions. You may find this much easier to get set up and running if using a Makefile is not a hard requirement.
- What are some projects that taught you a lot?
-
How to calculate an expression that is stored in a string in C++
This ExprTk library looks promising: https://www.partow.net/programming/exprtk/index.html
-
A boolean logic simulator written in c++ & opengl 3.3. This is a toy project I'm currently developing to help me learn c++ & opengl. No libraries used, apart from stb_image and glad.
Now there are lots of libraries out there for expression processing as well. I would recommend exprtk: https://github.com/ArashPartow/exprtk
- library for solving equations from string?
-
Regular language input math operations
If your actual goal isn't to implement it yourself and you need it for something else, take a look at this library: https://github.com/ArashPartow/exprtk
-
A note from our sponsor - InfluxDB
influxdata.com | 28 Apr 2025
Stats
ArashPartow/exprtk is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of ExprTK is C++.