System Programming Blog
This blog is dedicated to low level programming in Assembler and C/C++ (although, C++ is unwelcome) in either *Nix or Windows based operating systems.
Showing 3 posts for tag 'vectored exception handling'
Vectored Exception Handling for Linux
Many programmers, who started their career with Windows programming, are getting a bit frustrated when it comes to exception (signal) handling in Linux and keep asking about Linux analogs of Structured or Vectored Exception Handling.
Windows Structured and Vectored Exception Handling Mechanisms
We are all familiar with the 'try - except' constructs from C++ (or Java, etc.) code and we all know what this construct is used for. However, I will try to take us deeper into the underlying exception handling mechanism in this post.

This site uses cookie files for our mutual comfort.

OK
Copyright © 2023 Alexey Lyashko