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



'just relized that perhaps c_test.c
http://groups.google.at/group/comp.lang.c/browse_thread/thread/dbb0628227294c59/231a8816e8e87e3e?hl=en#231a8816e8e87e3e
is not valid C99 after all!

c_test.c only compiles with EDG/C99 (http://www.dinkumware.com/exam/),
if line 14 looks like this
int size = INT_MAX / 10000;

.