List Question
17 TechQA 2009-11-22T03:33:19.413000Is this a fine std::auto_ptr<> use case?
842 views
Asked by Gui PrĂ¡
Is synchronized keyword exception-safe?
3.5k views
Asked by user705414
Why does `myvector.push_back(autoPtr.release())` provide the strong exception safety guarantee?
368 views
Asked by Billy ONeal
safe std::tr1::shared_ptr usage
1.2k views
Asked by tmatth
Exception Safety- When, How, Why?
1.2k views
Asked by IAE
Exception Safety example guarantee correct?
545 views
Asked by towi
How do you know all the exceptions a method can throw
904 views
Asked by Andrey Agibalov
Is it safe to push_back 'dynamically allocated object' to vector?
7k views
Asked by upriser
Can a unique_ptr<>() initialization fail?
2.3k views
Asked by Alexis Wilke
Is Try/Finally actually exception-safe?
711 views
Asked by user541686
Do C standard library functions which are included in C++ throw exception?
1.2k views
Asked by Validus Oculus
Scope Guard Statement in C#
1.8k views
Asked by Glauco Vinicius
Exception-safe logging in java
74 views
Asked by Rossomoto
How do I describe a method that has no side effects if an exception is thrown during execution?
319 views
Asked by tpower
Exception safety/handling with .Net HtmlTextWriter?
636 views
Asked by tpower
Is it OK to have a throwing swap member-implementation?
371 views
Asked by Martin Ba