|
You are here |
www.hanselman.com | ||
| | | | |
www.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. | |
| | | | |
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: | |
| | | | |
www.cesarsotovalero.net
|
|
| | | | | There is a common belief that top-class software developers can do their job without ever abandoning the terminal. This blog post is a how-to guide for you (and my future self) to configure the terminal in a way so that we will enjoy every command typed on it. | |
| | | | |
ithinkvirtual.com
|
|
| | | How to install PowerShell Core and VMware.PowerCLI on macOS | ||