tag archive 'Handler'

C – Catching System Events

This is a example code that shows how to catch interruption signals on a Windows system and what you can do when such signals are sent to your application. Interruption signals are for example control-c, a break or shutdown event. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [...]

read full post »