15-04-2011, 12:52 PM
Just to make sure, does rule 16.3 also apply to declarations of function pointers?
void (*pt2Function)(int);
Sould I give a name to the parameter?
Does that make sense at all?
void (*pt2Function)(int);
Sould I give a name to the parameter?
Does that make sense at all?
<t></t>