Shells Questions

1

Understanding command line signals in C++ aka signal.h
Hi all, here is some code I am trying to understand. The two main things that I do not get are the reasoning behind the typedef, and the reason for saying signal(SIGINT, SIG_IGN); Thanks in advance for any help! Wikipedia was useful but only got me so far crab ____________________________________ typedef void (*sighandler_t)(int); void handle_signal(int [...]

Answer Question   |  September 18, 2008  6:27 AM
C++, Shell commands, Shells, SIGINT, signal.h, SIG_IGN, Typedef
asked by:
95 pts.

Browsing on Unix shell
how do i browse on unix shell, and what are the commands used

Answer Question   |  September 9, 2008  7:48 AM
Shell commands, Shells, Unix shells
asked by:
10 pts.

1