Re: [Algorithms] C++ inherited constructors
Brought to you by:
vexxed72
From: Adam M. <amo...@dp...> - 2000-07-18 22:24:09
|
>You can always make the ctor throw an exception, which is an acceptable form >of error handling in this case. I did say exactly that in my message. Please read more carefully. -- --Adam Moravanszky >> That, together with the fact that constructors can't return error codes >> (only throw exceptions) when something goes wrong, has me following a very >> -- >> --Adam Moravanszky >> http://www.n.ethz.ch/student/adammo |