Standards for the C and/or C++ preprocessors? [closed]

梦想与她 提交于 2019-12-24 12:08:48

问题


What standards document(s) specify the behavior of the C and/or C++ pre-processors?

Wikipedia suggests http://www.open-std.org/JTC1/SC22/WG14/www/standards is valid for C99. Is it? What about C++ flavours?


回答1:


The C language standard (ISO/IEC 9899) specifies how the preprocessor behaves in C.

The C++ standard (ISO/IEC 14882) specifies how the preprocessor behaves in C++.



来源:https://stackoverflow.com/questions/34514612/standards-for-the-c-and-or-c-preprocessors

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!