Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Catch exceptions in main()? #5

Closed
elfring opened this issue Nov 10, 2015 · 1 comment
Closed

Catch exceptions in main()? #5

elfring opened this issue Nov 10, 2015 · 1 comment
Labels

Comments

@elfring
Copy link

elfring commented Nov 10, 2015

I expect that exception handling is usually supported by a C++ program. I wonder why your function "main" does not contain corresponding try and catch instructions so far.

How do you think about recommendations by Matthew Wilson in an article?

Would you like to adjust the implementation if you consider effects for uncaught/unhandled exceptions like they are described by Danny Kalev?

@elfring
Copy link
Author

elfring commented Apr 14, 2016

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants