Name: Anonymous 2012-11-18 9:47
What does this C++ syntax mean?
Is this some form of typecasting? The parameter in question should be a pointer by the way.
method_call(Some_Class *)Some_Other_Class);Is this some form of typecasting? The parameter in question should be a pointer by the way.