Need help solving runtime polymorphism using templates...
Read MoreC++11: In what order are lambda captures destructed?...
Read MoreAm I doing something wrong if I am using the heap in C++?...
Read MoreSBRM/RAII for std::va_list/va_start()/va_end use...
Read MoreNeed advice on RAII design for object/connection pool items...
Read MoreRAII-style C++ class for linked list Nodes...
Read MoreHow to handle constructor failure for RAII...
Read MoreCan RAII be implemented for .Net Monitor::Enter/Exit (in C++ CLI)...
Read MoreWhat is a common naming convention for RAII classes?...
Read MoreHow to allocate an object with a complex constructor?...
Read MoreThe meaning of the term - Resource Acquisition Is Initialization...
Read Moreshared_ptr / weak_ptr implementations for objective-C...
Read MoreInitializing std::auto_ptr: "error: no match for call to ‘(std::auto_ptr<int>) (int*)’&qu...
Read MoreC++: reference counter for objects...
Read Morevoid* pointer returned from Function - Heap Corruption...
Read MoreC++ initialization of global variables...
Read MoreR: how to do RAII (or similar resource management)...
Read MoreSmart pointers release in FinalRelease explicitly...
Read MoreClean-up code in the C++ exception's destructor...
Read MoreShould pointers to "raw" resources be zeroed in destructors?...
Read MoreWhat do I have to garbage collect in a C++ destructor...
Read MoreHow much work should constructor of my class perform?...
Read MoreThe proper and clear way to manage external resources in D with Derelict and SDL...
Read MoreHow to implement RAII if the resource acquisition could fail...
Read More