Can anybody tell me the difference between:
void virtual myFunction();
and
virtual void myFunction();
If there is any. VS doesn't give any error feedback.
Can anybody tell me the difference between:
void virtual myFunction();
and
virtual void myFunction();
If there is any. VS doesn't give any error feedback.