Matwrap demo

If you just want to see whether matwrap can handle your functions, or if you just have a small number of functions to wrap and you don't want to bother to install matwrap on your machine, you can run it from this web page.

Target language:

Type or paste in the prototypes for the functions and classes you want to wrap here, just as you would include them in a .h file. You must use valid C/C++ syntax, i.e., you must have the proper semicolons, etc. You must include definitions for all typedefs, classes, structures, etc., that are used. Preprocessor directives such as #define, macros, and #if are ignored in this demonstration; however, when installed on your system, matwrap can run your files through the preprocessor if you wish.


To compile the results, it may be helpful to look at the matwrap documentation, especially the sections specific to each target language:

Problems or questions about the demo? Send email.


Back to main matwrap page