From: Ken Hagan (K.Hagan_at_[hidden])
Date: 2004-01-23 05:48:11


Andy Little wrote:
>
> Does VC7.1 do typeof ?
> Is typeof standard C++?

No, and no. (VC7.1 supports __typeof for "managed" types, but that's
a .NET thungummy so you wouldn't get any joy with vanilla C++ code.)