In Visual Studio .NET, this is legal:
for (int i=0;i<10;i++) {}
for (i=0;i<20;i++) {}
But this will generate a undeclared identifier error by VS 2008 compiler.
There may be some other error. So be cautious when converting projects between different version of VS.
没有评论:
发表评论