Explore >> Select a destination


You are here

www.cppstories.com
| | solarianprogrammer.com
5.9 parsecs away

Travel
| | How to compile from sources GCC 10 on macOS Catalina
| | cppstories.com
0.0 parsecs away

Travel
| | Let's say we have the following code: LegacyList* pMyList = new LegacyList(); ... pMyList->ReleaseElements(); delete pMyList; In order to fully delete an object we need to do some additional action. How to make it more C++11? How to use unique_ptr or shared_ptr here? Intro We all know that smart pointers are really nice things and we should be using them instead of raw new and delete.
| | dev.krzaq.cc
2.6 parsecs away

Travel
| |
| | blog.neverendingqs.com
26.6 parsecs away

Travel
| Hobbyist software developer by night.