On Fri, Oct 23, 2009 at 11:41 PM, Sturla Molden <stu...@molden.no> wrote:

> Except for automatic arrays, they do support some of the more important
> parts of C99 as extensions to C89:
>
> inline functions
> restrict qualifier
> for (int i=0; i<; i++)

No, it doesn't. The above only works in C++ mode, not in C mode.
Visual Studio supports almost none of the useful C99 (VL array,
complex number). The VS team has clearly stated that they don't care
about updating C support.

David
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to