I'm trying to have my Dev-C++ be able to use muParser and have so far been failing, how can you install muParser onto Dev-C++? or should i switch to another IDE?
Printable View
I'm trying to have my Dev-C++ be able to use muParser and have so far been failing, how can you install muParser onto Dev-C++? or should i switch to another IDE?
muParser is a library so all you have to do is to install it and make sure to link your application to the lib.
Here's some documenttion http://muparser.sourceforge.net/
i've looked there but can't figure out how to install it at all