Windows has been around for a while, over 40 years now. And while it is the most popular operating system on consumer PCs, it's also riddled with bugs and errors most ...
What happens if a Win32 application creates a thread for a function that performs an illegal operation (eg division by zero)? Does the full program abort or just the child thread? How should this ...