Make class foo overload the function operator () and make that operator return
a reference to 'this'. That way you can even do f()()()()()()() ... ()()() as many
times as your want.
Make class foo overload the function operator () and make that operator return
a reference to 'this'. That way you can even do f()()()()()()() ... ()()() as many
times as your want.
kind regards,
Jos
This is a very good learning for me....
Thanks lot Jos.
Comment