|
|
|
|
|
by ygra
4390 days ago
|
|
Visual Studio ships only with a C++ compiler. That doesn't mean you cannot use other C compilers on Windows. Still, there seems to be something similar since VS2005. »__restrict is similar to restrict from the C99 spec, but __restrict can be used in C++ or C programs.«: http://msdn.microsoft.com/library/5ft82fed.aspx |
|