Explore >> Select a destination


You are here

www.cppstories.com
| | cppstories.com
4.0 parsecs away

Travel
| | The C++ Standard Library: A Tutorial and Reference (2nd Edition) by Nicolai M. Josuttis We are still waiting for some more books about new C++ standard. Fortunately for us, some authors managed to write books even before C++11 is well "domesticated". One of such examples is the book mentioned in the title of this post.
| | www.bfilipek.com
4.2 parsecs away

Travel
| | What do you do when the code for a variable initialization is complicated? Do you move it to another method or write inside the current scope? In this blog post, I'd like to present a trick that allows computing a value for a variable, even a const variable, with a compact notation.
| | www.bfilipek.com
3.9 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. Lets see how can we implement such thing.
| | bettythomasonowens.com
38.0 parsecs away

Travel
| My tenth novel--Open Water, Book Two of the HomeFound Suspense series--will be released March 12, 2024. You can preorder it right now. Preorder Open Water As much as Lisa Oliver wanted to believe that she could be safe in the small Kentucky village, she knew that wouldn't be the case when Agent Farrow's car pulled...