Invoke

Hello;

I am using a C++ based simulator and 'd like to ask how can I invoke a static method in C++ for printing.
Hi,
Could you please provide some more details?

Typically you would use

classname::functionname()

to call a static function. Assuming it was public and you had access, or you are in a member function.
Topic archived. No new replies allowed.