CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Signal handling

  1. #1
    Join Date
    Oct 2001
    Location
    Chicago, USA
    Posts
    222

    Signal handling

    Hi! I was actually wanted to refresh my knowledge on signal handling, is there a good tutorial, or a good book that i can find which would allow me to do this. I did signal handling in a OS class couple of years back, never used it so, i am rusty but just wanted to see how useful ,it can be in anything i might be doing from now on.

    Thanks a lot.

    Ankur

  2. #2
    Join Date
    May 2000
    Location
    Germany
    Posts
    369
    Signal handling under which OS?

    Under Linux take a look at:
    man 3 signal
    or
    man 2 sigaction

    If you are using Vc++ take a look at the:
    Process and Environment Control
    there you can find something about signal

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured