You are viewing a single comment's thread. Return to all comments →
Problem statement shows bad code style
try { } catch ( BadLengthException e ) { }
See C++ Coding Standards: 101 Rules, Guidelines, and Best Practices "Throw by Value, Catch by Reference"
Seems like cookies are disabled on this browser, please enable them to open this website
Inherited Code
You are viewing a single comment's thread. Return to all comments →
Problem statement shows bad code style
See C++ Coding Standards: 101 Rules, Guidelines, and Best Practices "Throw by Value, Catch by Reference"