British Inside

An Englishman living in small town America

James Shaw

News

  • Copyright James Shaw 2004-2007

    Creative Commons License

    View James Shaw's profile on LinkedIn

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.. 

Posted: Wednesday, July 20, 2005 1:42 PM by James
Filed under:

Comments

No Comments

New Comments to this post are disabled