Main Content

Deployment

Using and running the generated C/C++ code

The code generator produces source code or binary file outputs according to your code generation settings. In either case, to create a functioning application, you must modify and use the generated code files. You must also use and call the generated function code from a C/C++ main file that handles input and output. Use the generated example main file as a basis for seeing how to use the generated C/C++ functions.

Categories