How to I specify that I want c++ code to be generated instead of C? I have
look everywhere I can think of but cant figure it out and I cant find any
documentation on it.
You can't, it generates C-code only.
It's easy enough to use from C++, but I have made a .hpp wrapper that templates the functions and makes it a little more clean to use on c++. I can make that available under open source license if you think that may be of use.
Stefan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How to I specify that I want c++ code to be generated instead of C? I have
look everywhere I can think of but cant figure it out and I cant find any
documentation on it.
You can't, it generates C-code only.
It's easy enough to use from C++, but I have made a .hpp wrapper that templates the functions and makes it a little more clean to use on c++. I can make that available under open source license if you think that may be of use.
Stefan