lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> MSVC doesn't support C99 because it's a C++ compiler. The languages
> are divergent. (It DOES support C++11 pretty well.) Sort of silly to
> be criticizing a compiler for not supporting something it never
> claimed to support.

>From http://msdn.microsoft.com/en-us/library/vstudio/bb384838.aspx
(a site from Microsoft):

  "Visual Studio 2012
  Visual Studio includes a C compiler that you can use to create
  everything from basic C programs to Windows API applications."

In my eyes, it seems they do claim to support C.

-- Roberto