User profile: sever

User info
User name:sever
Email:gnu.sever@gmail.com
History
Joined:
Number of posts:28
Latest posts:

Searching for a network function...
Hi folks, I'm working in a daemon that needs to identify if a binded node (identified by an addre...

Generic pointer to a generic class method
@keskiverto, Thanks... Googling I find this page: http://www.newty.de/fpt/functor.html

Generic pointer to a generic class method
Hi guys, When something like as follows is written, [code]void (ClassA::* method_pointer)();[/code...

Pointer to method problem
That's it !!!... Thanks ;)

Pointer to method problem
Hi guys, Could you please help me to correct this example code ? --- [code]#include <iostream...