Explore >> Select a destination


You are here

www.bfilipek.com
| | www.cppstories.com
5.6 parsecs away

Travel
| | In May 2017 we got one more book about Modern C++! A Few weeks ago I got a copy from Packt Publishing, and today I'd like to write a few words about the book. In short: it's a very good book! :) But let's see what's inside... The Book < a href="http://amzn.
| | cppstories.com
2.9 parsecs away

Travel
| | Recently, I've found somethinginterestingin Visual Studio that improved my Logger! I had a function called AddMsg /** appends message to the log file */ void AddMsg(LOG_MODE m, int level, char* strModule, char *strMsg, ...); But, when you wanted to add a comment you needed to use quite complicated and long syntnax, like:
| | cppstories.com
4.2 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.
| | momobookblog.blogspot.com
45.6 parsecs away

Travel
| Ephron, Nora "I Remember Nothing. And other reflections" - 2010 Nora Ephron, may she rest in peace, always found the right words. She...