Re: Visual C++ support of C99 by using "C++ mode" (/TP)



try and compile code like this:
struct S s = { .X = 2, .Y = 3, .Z = 4 };

This does not even compile with EDG/C99.
Try it here
http://www.dinkumware.com/exam/
(Is any header required??)

.