样式)使用Visual C ++的C代码?

我们有一些具有预ANSI(K&R式)函数声明的旧C代码。 例如:

int foo(x, y)
double x, y;
{
    /* do some stuff */
}

是否有一个编译器开关在Visual C ++ 2008中为此提供支持?


为了得到这个编译把代码放在一个.c文件和一个.cpp文件中。 这指示Visual Studio将代码编译为C而不是C ++

链接地址: http://www.djcxy.com/p/57279.html

上一篇: style) C code with Visual C++?

下一篇: Code weave helper for the standard Dispose pattern?