文章列表
Difference between File Scope and Global Scope(文件作用域和全局作用域的区别)
Why is this c++ working? (variables with the same name)(为什么这个 C++ 工作?(同名变量))
decltype and the scope operator in C++(C++ 中的 decltype 和作用域运算符)
Timing of scope-based lock guards and return values(基于作用域的锁守卫和返回值的时间安排)
Expand scope of a variable initialized in a if/else sequence(扩展在 if/else 序列中初始化的变量的范围)
Why GCC allows calling this function without using its namespace first?(为什么 GCC 允许在不首先使用其命名空间的情况下调用此函数?)
In C++, what is the scope resolution (quot;order of precedencequot;) for shadowed variable names?(在 C++ 中,阴影变量名称的范围解析(“优先顺序)是什么?)
Accessing variables with the same name at different scopes(访问不同作用域的同名变量)
storage class, storage duration, file scope, lifetime, linkage confusion(存储类、存储持续时间、文件范围、生存期、链接混淆)
Mixing extern and const(混合外部和常量)