You are here |
hackingcpp.com | ||
| | | |
accu.org
|
|
| | | | What is C++ and why do people still use it? Bjarne Stroustrup provides a short note answering these questions. | |
| | | |
www.paedubucher.ch
|
|
| | | | Personal Website of Patrick Bucher (paedubucher), mostly about IT-related topics (programming) | |
| | | |
mariusbancila.ro
|
|
| | | | 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
|
|
| | 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. |