I started my career in C. If you saw a function called, you knew you just had to find the one function with the same name linked into the same executable, and you could follow the execution. C++, conversely (and some might say perversely), delights in giving you ways to obfuscate this simple task.

Comments