You are here |
www.cppstories.com | ||
| | | |
www.bfilipek.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. Lets see how can we implement such thing. | |
| | | |
cppstories.com
|
|
| | | | 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. | |
| | | |
mariusbancila.ro
|
|
| | | | Learn about the C++23 optional's monadic operations, and_then, transform, and or_else that allow to chain operations that may or may not produce a value. | |
| | | |
github.com
|
|
| | Extension for devise, enable login as functionality. Add link to the masquerade_path(resource) and use it. - bump new version 1.3.0 · oivoodoo/devise_masquerade@bc0d09d |