Remembering C++
I came across some C++ today. I didn't realize this, but I miss it.
C# is certainly better for writing most code nowadays, but when I saw..
**p++;
..and..
(p->*func)(a);
..or even..
fp p = &A::g;
..I just couldn't help but smile.
Aah, the good old days when it took great skill to use arrays of pointers to arrays of... wait. Or was that an array of pointers to pointers? Mmmm..
Please tell me I'm not alone in remembering what LPCTSTR stood for, and what _tstrcpy was for..