You are here |
www.bfilipek.com | ||
| | | |
www.cppstories.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | 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
|
|
| | Ephron, Nora "I Remember Nothing. And other reflections" - 2010 Nora Ephron, may she rest in peace, always found the right words. She... |