|
|
|
|
|
by AshleysBrain
5575 days ago
|
|
This reads to me like 'writing good code is hard, and writing even better code is even harder'. With modern C++0x smart pointers (like unique_ptr) and RAII, you can get very high performance and (more) easily exception-safe code. Maybe a lot of C++ exception criticism comes from people still trying to code like C in C++? |
|
Exception-safe RAII is pretty much an all-or-nothing affair.