Our great sponsors
-
I've already found on the internet a one called exp4j capable to do that but I'd like to know other too. What do you get used to use for solving issues like this?
-
ExprTK
C++ Mathematical Expression Parsing And Evaluation Library https://www.partow.net/programming/exprtk/index.html
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.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- What do I do if a repo only has a make file and I'm on windows?
- library for solving equations from string?
- Regular language input math operations
- How to calculate an expression that is stored in a string in C++
- 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.