文章列表
What is the fully qualified name of a friend function defined inside of a class?(在类中定义的友元函数的完全限定名称是什么?)
Where do I put constant strings in C++: static class members or anonymous namespaces?(在 C++ 中,我在哪里放置常量字符串:静态类成员或匿名命名空间?)
are C functions declared in lt;c____gt; headers guaranteed to be in the global namespace as well as std?(是在 lt;c____gt; 中声明的 C 函数标头保证在全局命名空间和标准中?)
What exactly is a namespace and why is it necessary(究竟什么是命名空间以及为什么它是必要的)
unnamed namespace(未命名的命名空间)
Namespaces with external linkage(具有外部链接的命名空间)
Nested NameSpaces in C++(C++ 中的嵌套命名空间)
Classes and namespaces sharing the same name in C++(在 C++ 中共享相同名称的类和命名空间)
Friend function declaration/definition inside a namespace(命名空间内的友元函数声明/定义)
How do you import an enum into a different namespace in C++?(如何将枚举导入 C++ 中的不同命名空间?)