C and/or C++ 预处理器的标准?
Standards for the C and/or C++ preprocessors?
哪些标准文档规定了 C and/or C++ 预处理器的行为?
维基百科建议 http://www.open-std.org/JTC1/SC22/WG14/www/standards 对 C99 有效。是吗? C++ 风格怎么样?
C 语言标准 (ISO/IEC 9899) 指定了预处理器在 C 中的行为方式。
C++ 标准 (ISO/IEC 14882) 指定了预处理器在 C++ 中的行为方式。
哪些标准文档规定了 C and/or C++ 预处理器的行为?
维基百科建议 http://www.open-std.org/JTC1/SC22/WG14/www/standards 对 C99 有效。是吗? C++ 风格怎么样?
C 语言标准 (ISO/IEC 9899) 指定了预处理器在 C 中的行为方式。
C++ 标准 (ISO/IEC 14882) 指定了预处理器在 C++ 中的行为方式。