List Question
10 TechQA 2024-11-25 03:00:43Exception safety C++ shared pointer
1k views
Asked by Michbeckable
Is this item from Effective Modern C++ still up to date?
488 views
Asked by user
What can (and should) I do if Drop panics? Can I free other resources anyway?
1k views
Asked by passing_through
state of std::vector after std::bad_alloc
465 views
Asked by lurscher
Should I write the end of the file in the destructor?
2.6k views
Asked by Ralph Tandetzky
Ensure that an object is not null
5.5k views
Asked by Amc_rtty
Exception safety of new operator
389 views
Asked by Max Dmitrichenko
Create a XML-File in an exception safe and memory friendly way?
215 views
Asked by Alex
Where can I find all the exception guarantees for the Standard Containers and Algorithms?
4.8k views
Asked by user541686
Is uninitialized_copy() exception-safe?
257 views
Asked by user541686