Menu

Specifying target language

Help
2015-03-27
2015-03-27
  • charlesw1024

    charlesw1024 - 2015-03-27

    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.

     
  • Stefan Gudmundsson

    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

     

Log in to post a comment.