Click here to Skip to main content
15,908,841 members

Comments by Alex_RO (Top 11 by date)

Alex_RO 10-Aug-11 15:07pm View    
An interested solution, I will try it to see what I get. Thanks!
Alex_RO 8-Aug-11 7:18am View    
I posted an improved solution that work, but I don't know why, it was deleted.
Alex_RO 8-Aug-11 7:01am View    
Yes, but if you change it with (*person::getSalary)(double s), or with (*person::getSalary)(int v,double s), will work, anyway I would like a pointer that would work for any version of the function,if it's possible.
Alex_RO 7-Aug-11 8:56am View    
Deleted
Take a look to "Template Partial Specialization",the second example. I think what are you trying to do is the same you find here, and let us know if this was helpfull.
http://www.cprogramming.com/tutorial/template_specialization.html
Alex_RO 5-Aug-11 13:25pm View    
thanks ;)