Re: Why dont RealTime Embedded programmers use Exception Handling?
You can't use the RAII paradigm without using
Good point, and really the only reason I consider valid for using
exceptions...bu t we've already covered my bias against them.
You can't use the RAII paradigm without using
exceptions for the simple reason exceptions are the only way to
report an error from a constructor.
report an error from a constructor.
exceptions...bu t we've already covered my bias against them.
Comment