 
      
    | You are here | www.cppstories.com | ||
| | | | | duerrenberger.dev | |
| | | | | Mein Leben in Text | |
| | | | | dev.krzaq.cc | |
| | | | | ||
| | | | | 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. | |
| | | | | blog.stijn-dhaese.be | |
| | | Here is the situation, I have Raspberry Pi Desktop running in a VM and Visual Studio Code on my machine. When I try connect to my Raspberry Pi Desktop using VS Code Remote Development, I receive th... | ||