What does the variable declaration `const int *__errno_location ()` inside this catch statement actually do?
While working on an exercise for my C++ class where we were working on Exception handling, I came across a puzzling issue. I initially had the following exception handler (Please don’t roast the use of int
s as exceptions, this was the task we were given):