Using C++ libraries

02 Jun 2010

I would like to use some external C++ libraries, namely KFilter:

http://kalman.sourceforge.net/

How would I go about using external C++ libraries? These are purely computational. Help appreciated.

02 Jun 2010

You'll need to add the .cpp and .h files to your project and then try to make it all compile.

06 Aug 2011

where you able to import the external library??