You know the more I do with C/C++ the more I hate touching Visual Basic code, I am far more fluent with VB and am by no means all that great with C++, but when I debug code I just feel theres too much abstraction from me and the actual processes.
Now VB has its places, when I do report automation and such its not worth the investment of time to do it in C++ when I can just whip it out with a couple calls to CreateObject/GetObject in VB.
... pointless thread... but it hit me when I was debugging my friends code in VB...