|
|
|
|
|
by Merad
3636 days ago
|
|
Win32 uses messages for everything. While Windows does include signals[0], only three are actually used (SIGABRT, SIGFPE, SIGTERM), and in practice I don't think I've ever seen a Win32 program implement signal handlers. [0]: https://msdn.microsoft.com/en-us/library/xdkz3x12.aspx |
|
I find Win32 vastly superior than UNIX in this area.