On 2008-11-24, Bartc <> wrote:
>
> "Andrew Smallshaw" <> wrote in message
> news:...
>>
>> It also looks suspiciously like C++ to me as well.
>
> Probably not; I could understand the code.
It is possible that this is a C99 program, but if so there are an
awful lot of typedefs and a misleading reference to classes. I
suspect it may actually be C+. This is a curious language common
amongst Windows programmers that uses all the syntactic crud of
C++ while having the structure of a straight C program. This
negates any of the benefits of using C++ is the first place.
--
Andrew Smallshaw