You can easily take advantage of the better type checking in C by renaming
your C files to CPP without using any of the CPP features in your code.
/Daniel
wrote in message news:xxxxx@ntdev…
>>
> I’d say that the advantages of C is:
> - It’s directly interfacing to the DDK, you don’t need any ‘interface
> layers’.
> - I personally think it’s easier for the programmer to realize what the
code
> does.
>
> The advantages of C++ would be:
> - Generic classes, for encapsulation and code reuse.
> - Better type checking.
>