Report any error to the user and log to file
As a user, I want to be told of any issue that occurred within the application, so that I can report the issue and get it fixed.
C++ exception and error handling
Save minimal information on fatal error to help fixing the issue.
Logging frameworks
Source code not clean, slows down application, not useful for fixing issues.
Modern C++ best practices
C++ core guidelines on exceptions, Microsoft C++ best practices for exceptions and error handling
Report any error to the user and log to file As a user, I want to be told of any issue that occurred within the application, so that I can report the issue and get it fixed.
C++ exception and error handling Save minimal information on fatal error to help fixing the issue.
Logging frameworks Source code not clean, slows down application, not useful for fixing issues.
Modern C++ best practices C++ core guidelines on exceptions, Microsoft C++ best practices for exceptions and error handling