René's URL Explorer Experiment


Title: 实现定义行为的控制 - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://zh.cppreference.com/
创建账号https://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=c%2Fpreprocessor%2Fimpl
登录https://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=c%2Fpreprocessor%2Fimpl
页面https://zh.cppreference.com/c/preprocessor/impl
讨论https://zh.cppreference.com/index.php?title=Talk:c/preprocessor/impl&action=edit&redlink=1
https://zh.cppreference.com/c/preprocessor/impl
不转换https://zh.cppreference.com/index.php?title=c/preprocessor/impl&variant=zh
简体https://zh.cppreference.com/index.php?title=c/preprocessor/impl&variant=zh-hans
繁體https://zh.cppreference.com/index.php?title=c/preprocessor/impl&variant=zh-hant
大陆简体https://zh.cppreference.com/index.php?title=c/preprocessor/impl&variant=zh-cn
香港繁體https://zh.cppreference.com/index.php?title=c/preprocessor/impl&variant=zh-hk
澳門繁體https://zh.cppreference.com/index.php?title=c/preprocessor/impl&variant=zh-mo
大马简体https://zh.cppreference.com/index.php?title=c/preprocessor/impl&variant=zh-my
新加坡简体https://zh.cppreference.com/index.php?title=c/preprocessor/impl&variant=zh-sg
臺灣正體https://zh.cppreference.com/index.php?title=c/preprocessor/impl&variant=zh-tw
阅读https://zh.cppreference.com/c/preprocessor/impl
查看源代码https://zh.cppreference.com/index.php?title=c/preprocessor/impl&action=edit
查看历史https://zh.cppreference.com/index.php?title=c/preprocessor/impl&action=history
https://zh.cppreference.com/c/preprocessor/impl
chttps://zh.cppreference.com/c
preprocessorhttps://zh.cppreference.com/c/preprocessor
Chttps://zh.cppreference.com/c
编译器支持https://zh.cppreference.com/c/compiler_support
语言https://zh.cppreference.com/c/language
头文件https://zh.cppreference.com/c/header
类型支持https://zh.cppreference.com/c/types
程序工具https://zh.cppreference.com/c/program
可变参数函数支持https://zh.cppreference.com/c/variadic
错误处理https://zh.cppreference.com/c/error
动态内存管理https://zh.cppreference.com/c/memory
字符串库https://zh.cppreference.com/c/string
算法https://zh.cppreference.com/c/algorithm
数值https://zh.cppreference.com/c/numeric
日期和时间工具https://zh.cppreference.com/c/chrono
输入/输出支持https://zh.cppreference.com/c/io
本地化支持https://zh.cppreference.com/c/locale
并发支持https://zh.cppreference.com/c/thread
技术规范https://zh.cppreference.com/c/experimental
符号索引https://zh.cppreference.com/c/symbol_index
[编辑]https://zh.cppreference.com/index.php?title=Template:c/navbar_content&action=edit
C 语言https://zh.cppreference.com/c/language
基本概念https://zh.cppreference.com/c/language/basic_concepts
关键词https://zh.cppreference.com/c/keyword
预处理器https://zh.cppreference.com/c/preprocessor
语句https://zh.cppreference.com/c/language/statements
表达式https://zh.cppreference.com/c/language/expressions
初始化https://zh.cppreference.com/c/language/initialization
声明https://zh.cppreference.com/c/language/declarations
函数https://zh.cppreference.com/c/language/functions
C 的历史https://zh.cppreference.com/c/language/history
技术规范https://zh.cppreference.com/c/experimental
[编辑]https://zh.cppreference.com/index.php?title=Template:c/language/navbar_content&action=edit
预处理器https://zh.cppreference.com/c/preprocessor
#if#ifdef#ifndef#else#elif#elifdef#elifndef#endifhttps://zh.cppreference.com/c/preprocessor/conditional
#define#undef#,## 运算符https://zh.cppreference.com/c/preprocessor/replace
#include__has_includehttps://zh.cppreference.com/c/preprocessor/include
#error#warninghttps://zh.cppreference.com/c/preprocessor/error
#pragma_Pragmahttps://zh.cppreference.com/cpp/preprocessor/impl
#linehttps://zh.cppreference.com/c/preprocessor/line
#embed__has_embedhttps://zh.cppreference.com/c/preprocessor/embed
[编辑]https://zh.cppreference.com/index.php?title=Template:c/preprocessor/navbar_content&action=edit
1 语法https://zh.cppreference.com/c/preprocessor/impl#语法
2 解释https://zh.cppreference.com/c/preprocessor/impl#解释
3 标准语用https://zh.cppreference.com/c/preprocessor/impl#标准语用
4 非标准语用https://zh.cppreference.com/c/preprocessor/impl#非标准语用
4.1 #pragma oncehttps://zh.cppreference.com/c/preprocessor/impl##pragma_once
4.2 #pragma packhttps://zh.cppreference.com/c/preprocessor/impl##pragma_pack
5 引用https://zh.cppreference.com/c/preprocessor/impl#引用
6 参阅https://zh.cppreference.com/c/preprocessor/impl#参阅
7 外部链接https://zh.cppreference.com/c/preprocessor/impl#外部链接
翻译阶段 3https://zh.cppreference.com/c/language/translation_phases
浮点环境https://zh.cppreference.com/c/numeric/fenv
绝大多数现代编译器https://en.wikipedia.org/wiki/Pragma_once#Portability
包含防护https://en.wikipedia.org/wiki/Include_guard
gcchttps://gcc.gnu.org/onlinedocs/cpp/Once-Only-Headers.html
GCChttps://gcc.gnu.org/onlinedocs/gcc/Structure-Layout-Pragmas.html
MSVChttps://docs.microsoft.com/en-us/cpp/preprocessor/pack
Stack Overflowhttps://stackoverflow.com/questions/3318410/pragma-pack-effect
C++ 文档https://zh.cppreference.com/cpp/preprocessor/impl
Visual Studio 2019 的 C++ 语用https://docs.microsoft.com/en-us/cpp/preprocessor/pragma-directives-and-the-pragma-keyword?view=vs-2019
语用https://gcc.gnu.org/onlinedocs/gcc/Pragmas.html
单独语用描述https://www.ibm.com/support/knowledgecenter/en/SSGH3R_16.1.0/com.ibm.xlcpp161.aix.doc/compiler_ref/pragma_descriptions.html
标准语用https://www.ibm.com/support/knowledgecenter/en/SSGH3R_16.1.0/com.ibm.xlcpp161.aix.doc/language_ref/std_pragmas.html
附录 B 语用http://download.oracle.com/docs/cd/E19422-01/819-3690/Pragmas_App.html#73499
Intel C++ 编译器语用https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-developer-guide-and-reference/top/compiler-reference/pragmas.html
HP aCC 编译器语用http://h21007.www2.hp.com/portal/download/files/unprot/aCxx/Online_Help/pragmas.htm
分类https://zh.cppreference.com/Special:%E9%A1%B5%E9%9D%A2%E5%88%86%E7%B1%BB
使用已弃用source标签的页面https://zh.cppreference.com/index.php?title=Category:%E4%BD%BF%E7%94%A8%E5%B7%B2%E5%BC%83%E7%94%A8source%E6%A0%87%E7%AD%BE%E7%9A%84%E9%A1%B5%E9%9D%A2&action=edit&redlink=1
有原因的 todohttps://zh.cppreference.com/index.php?title=Category:%E6%9C%89%E5%8E%9F%E5%9B%A0%E7%9A%84_todo&action=edit&redlink=1
无示例的 todohttps://zh.cppreference.com/index.php?title=Category:%E6%97%A0%E7%A4%BA%E4%BE%8B%E7%9A%84_todo&action=edit&redlink=1
首页https://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改https://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面https://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
https://zh.cppreference.com/c/preprocessor/impl
链入页面https://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/c/preprocessor/impl
相关更改https://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/c/preprocessor/impl
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面https://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接https://zh.cppreference.com/index.php?title=c/preprocessor/impl&oldid=96828
页面信息https://zh.cppreference.com/index.php?title=c/preprocessor/impl&action=info
العربيةhttp://ar.cppreference.com/c/preprocessor/impl
Češtinahttps://cs.cppreference.com/c/preprocessor/impl
Deutschhttps://de.cppreference.com/c/preprocessor/impl
Englishhttp://en.cppreference.com/c/preprocessor/impl
Españolhttp://es.cppreference.com/c/preprocessor/impl
Françaishttp://fr.cppreference.com/c/preprocessor/impl
Italianohttp://it.cppreference.com/c/preprocessor/impl
日本語http://ja.cppreference.com/c/preprocessor/impl
한국어http://ko.cppreference.com/c/preprocessor/impl
Polskihttp://pl.cppreference.com/c/preprocessor/impl
Portuguêshttp://pt.cppreference.com/c/preprocessor/impl
Русскийhttp://ru.cppreference.com/c/preprocessor/impl
Türkçehttp://tr.cppreference.com/c/preprocessor/impl

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.