Question Generic Sorting FunctionHow can we write a generic sorting function, that sorts the input ir-respective of its type. i.e ...
Ristricting function calls in CThanks for the reply, I tried doing this but I am getting errors. This is my code. header file ty...
Need of Overloading OperatorsHi, I am having following doubts 1. If = operator is already overloaded for a class why do we ne...
Ristricting function calls in Csuppose there is a function int sum (int x,int y){ return x+y;} And we have a structure s { int a...
Ristricting function calls in CSuppose I have a structure S containing a function pointer. Now we want this function to be called o...
This user does not accept Private Messages