pradeep wrote:
Hello again friends:
>
I'm now trying to get a signal handler to work. I have made the
example code below to check I can make it work, but there is a
compiler error,
>
argument of type ?void (MyApp::)(int)? does not match ?void (*)(int)?
>
Can anyone help?
Thanks.
>
#include <iostream>
#include <signal.h>
>
I'm now trying to get a signal handler to work. I have made the
example code below to check I can make it work, but there is a
compiler error,
>
argument of type ?void (MyApp::)(int)? does not match ?void (*)(int)?
>
Can anyone help?
Thanks.
>
#include <iostream>
#include <signal.h>
Please post to <news:comp.lang .c++>. It should be carried on virtually
all Usenet servers including the one you seem to be using. A program
using C that is a proper subset of C++ is topical in c.l.c++, but C++
is not topical here.
Leave a comment: