I found a declaration like this:
What does this mean? Is that argument a pointer to function or what? If it was intended as a pointer to function then should it be declared like this:
Rome did not create a great empire by having meetings, they did it by
killing all those who opposed them.
- janvier -
Code:
void h(int());
What does this mean? Is that argument a pointer to function or what? If it was intended as a pointer to function then should it be declared like this:
Code:
void h(int (*)());
Rome did not create a great empire by having meetings, they did it by
killing all those who opposed them.
- janvier -