Posts

firefighters 1147795 1280

C++ Core Gudelines: goto considered Evil

/
If you can't throw an exception and can't use final_action (finally) from the guideline support library,…
accident 994009 1280

C++ Core Guidelines: finally in C++

/
To make my point clear, this post is about the exceptional case that you can not throw an exception.…
disappointment 3151237 1280

C++ Core Guidelines: Rules about Exception Handling

/
Today's post is about the right way to throw and catch exceptions. This means when you should throw and…