Exceptions are an inherent part of modern C++.
Everything is clear with the exceptions that can be handled, but what do we do with the exceptions that have no foreseeable resolution?
[Read More]
For the past five years, my go-to text editors have been Vim and gVim/MacVim.
Currently, I work on macOS with Ubuntu, as a target OS, running on the local VMware Fusion virtual machine.
[Read More]
Recently, I was writing a script whose function was to retrieve and parse a list of processes that were running in a docker container. The script was based on another script that did the same by ssh-ing to a remote server. However, my grep/sed/awk command set did not work despite...
[Read More]
While writing about smart pointers in C++, I noticed a funny thing: Google Docs knows about C++ syntax but not C++ 11!
It showed the following suggestion:
[Read More]