Home › Forums › C Programming › Generic pointer to member functions of a class › Reply To: Generic pointer to member functions of a class
January 16, 2008 at 10:29 pm
#3314
shalizy
Participant
Offcourse man!!!
1 2 3 4 | abc obj;<br /> abc * ptr= & obj;<br /> ptr->fun1();<br /> ptr->fun2(); |
Asadullah Ansari