User profile: lesnar56

User info
User name:lesnar56
History
Joined:
Number of posts:8
Latest posts:

Question Generic Sorting Function
How can we write a generic sorting function, that sorts the input ir-respective of its type. i.e ...

Ristricting function calls in C
Thanks for the reply, I tried doing this but I am getting errors. This is my code. header file ty...

Need of Overloading Operators
Hi, I am having following doubts 1. If = operator is already overloaded for a class why do we ne...

Ristricting function calls in C
suppose 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 C
Suppose 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