comp.lang.c++@googlegroups.com | Google Groups | ![]() |
Unsure why you received this message? You previously subscribed to digests from this group, but we haven't been sending them for a while. We fixed that, but if you don't want to get these messages, send an email to comp.lang.c+++unsubscribe@googlegroups.com. |
- Exceptions - should I use them? - 2 Updates
David Harmon <source@netcom.com>: Dec 06 02:33PM -0800 On Fri, 5 Dec 2014 09:18:47 -0800 (PST) in comp.lang.c++, 嘱 Tiib <ootiib@hot.ee> wrote, >kinds of corner case handling in performance. Also the code is lot more >readable when it does not deal with reporting every exceptional situation >up stack. But you are assuming that the alternative to exceptions is to handle errors the old-school hard way. For many people the alternative they are comparing against is to simply ignore errors and live with buffer overflows, file failures, and all the normal security bugs that are all over modern operating systems and the internet. That's way more efficient than exceptions. |
"Chris M. Thomasson" <no@spam.invalid>: Dec 06 02:40PM -0800 > "Chicken Mcnuggets" wrote in message news:zqhgw.2$tr6.0@fx15.am4... > I've kinda been following the Google C++ style guide Perhaps take a look at these coding standards: http://www.stroustrup.com/JSF-AV-rules.pdf ;^) |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com. |
No comments:
Post a Comment