|
| kevinchkin (431) | |
| Hi Guys, I was wondering, is there a way by which I could pass arguments to signal handler? Actually, I want to update few files to maintain the information if user presses ctrl C. Now the information which I want to put in these files is in a map, list etc. So how can I send these as arguments to my signal handler? Any guidance would be great. Thanks | |
| jsmith (3796) | |
| Unfortunately the C interface is very rigid, so there isn't much you can do beyond the global variable thing. | |
| kevinchkin (431) | |
| Ah that's not good :-( Anyways, thanks for the reply jsmith | |
This topic is archived - New replies not allowed.
