Integrations (PTC products, 3rd party products and code)
>
Code integration (Ada, C, C#, C++, IDL, Java, SQL and VB)
>
C++ code
>
Auxiliary Topics
> Example Code
Example Code
// C++ Function Pointer Return value shown in red
// C++ Function Pointer Parameters value shown in pink
bool* (* Derived::signal2(int, void (*)(int)))(int, char (*) (double))
{
return 0;
}
Was this helpful?
This site works best with JavaScript enabled