The names defined in the library have namespace scope ( 7 . 3 ) . a c + + translation unit ( 2 . 1 ) obtains access to these names by including the appropriate standard library header ( 16 . 2 ) 在标准库中定义的名字具有名字空间作用域( 7 . 3 ) 。 c + +编译单元( 2 . 1 )可通过包含相应的标准库头文件( 16 . 2 )来获取访问这些名字的能力。
Interface can be implemented for a specific compiler to enable developers to programmatically compile assemblies from code document object model codedom compile units , strings containing source code , or source code files . the 接口可以为特定的编译器实现,从而使开发人员能够从代码文档对象模型( codedom )编译单元、包含源代码的字符串或源代码文件中以编程方式编译程序集。
For a single executable , the constructors of all native global objects will be called before the constructor of any managed global object , regardless of whether the native and managed objects exist in the same compilation unit 对于单个可执行文件,将在任何托管全局对象的构造函数之前调用所有本机全局对象的构造函数,而不考虑本机和托管对象是否存在于相同的编译单元中。