Explore >> Select a destination


You are here

hackingcpp.com
| | accu.org
10.3 parsecs away

Travel
| | What is C++ and why do people still use it? Bjarne Stroustrup provides a short note answering these questions.
| | www.paedubucher.ch
14.4 parsecs away

Travel
| | Personal Website of Patrick Bucher (paedubucher), mostly about IT-related topics (programming)
| | mariusbancila.ro
6.8 parsecs away

Travel
| | The Third Edition of my book, Modern C++ Programming Cookbook (ISBN 978-1835080542) has been published by Packt. The book can be ordered from Amazon and Packt.
| | cppstories.com
27.1 parsecs away

Travel
| Some time ago I covered how to use custom deleters with smart pointers. The basic idea is to specify a dedicated method that will be called when a pointer is released. One logical application of custom deleters might be resource handles like files or the WinApi HANDLE type. Let's see how can we implement such thing.