文章列表
Why does a C++ friend class need a forward declaration only in other namespaces?(为什么 C++ 友元类只需要在其他命名空间中进行前向声明?)
Why and how should I use namespaces in C++?(为什么以及如何在 C++ 中使用命名空间?)
C++, static vs. namespace vs. singleton(C++,静态与命名空间与单例)
Namespaces in C(C 中的命名空间)
Why is my log in the std namespace?(为什么我的日志在 std 命名空间中?)
How to forward declare a class which is in a namespace(如何转发声明位于命名空间中的类)
Why are some functions in lt;cmathgt; not in the std namespace?(为什么lt;cmathgt;中有一些函数不在 std 命名空间中?)
C++ namespaces advice(C++ 命名空间建议)
Difference between using #includelt;filenamegt; and #includelt;filename.hgt; in C++(使用 #includelt;filenamegt; 的区别和#includelt;filename.hgt;在 C++ 中)
Why does everybody use unanchored namespace declarations (i.e. std:: not ::std::)?(为什么每个人都使用未锚定的命名空间声明(即 std:: 不是 ::std::)?)