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



On Mar 31, 2:06 pm, albert....@xxxxxxxxx wrote:
c_test.c only compiles with EDG/C99 (http://www.dinkumware.com/exam/),
if line 14 looks like this
int size = INT_MAX / 10000;

sorry (above post has an error);
I meant like this:
const int size = INT_MAX / 10000;

.