Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > C++ code > Generating C++ code > Generating C++ code > Modeling C++ code in Modeler > Setting up operators for generating C++ code (C++ code)
  
Setting up operators for generating C++ code (C++ code)
Typically, the mangle.ini file deletes or replaces operator characters such as +, -, /, * and < with an underscore.
If you want to set up an Operation as an operator, prefix the operator with operator in the Operation name. ACS will then not delete or replace the invalid character.
For example, for a + operator, name the Operation operator +.