Determining Current Function in C++. Track down this bounty hunter, you must, Obi-Wan.
I like comically verbose debug outputs. I tend to produce a lot of information in debug logs attached to applications that I write. Rarely does anyone else see the logs, but as the whole purpose of the debug logs is to track down and fix faults, the more information the better. I found a very […]