本文介绍了3 C99问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有任何书籍(非手册)的印刷品涵盖C99标准?


合规性的gcc有多远?发布的表似乎已过时了。


如果C ++和C99不兼容,那将如何解决?

更新的C ++标准文档?一个新的pragma?


谢谢。

Is there any book (not manual) in print that covers the C99 standard?

How far is gcc from compliance? The posted table seems to be dated.

If C++ and C99 are incompatible, how would that be solved?
An updated C++ standards document? A new pragma?

Thanks.

推荐答案





C ++是它自己的语言,据我所知,制作C ++委员会

比以前想象的更糟糕,它组织了所有关于

C ++标准的工作,无意不惜一切代价保持C ++与C兼容。


Daniel



C++ is its own language and as far as I know, the Committee for Making C++
Worse Than Previously Thought Possible, which organizes all work on the
C++ standard, has no intention to keep C++ compatible with C at all cost.

Daniel



这篇关于3 C99问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 12:45