-
Notifications
You must be signed in to change notification settings - Fork 15
-
Hello,
thank you for writing such a nice library. I use the original tinyexpr and would like to try to use tinyexpr-plusplus since it seams much more powerfull and feature rich.
Unfortunately my application is a C application written for Linux. I am not familiar with C++ but I read that is somehow possible to use C++ libraries in a C application (eve with some limitations).
Could anybody provide a guide on how to do this? I think it could also be a great help for many users of the original library.
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
At least in the Windows world, you could build this library into of a DLL and expose its functionality via an API. Would it be possible to do that as an SO file under Linux? That might be easier than trying to link C++ code into a C binary.
Beta Was this translation helpful? Give feedback.