Quote Originally Posted by Peter_APIIT
Do we still can applied const to non MF at the following code ?
You can apply the const by making the parameter const:
Code:
void NonMemberFUNCtion(const a&);