开发者

MS C Compiler requires declarations of variables to be at the beginning of a function. Is that supported by the standard?

A common error is

'var' : 开发者_Python百科illegal use of this type as an expression


this is C89. in C99 you may declare them anywhere.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜