CPlusPlusThings/english/basic_content/maohao
2020-07-20 10:08:07 +08:00
..
.README.md.un~ english 2020-07-19 10:38:38 +08:00
maohao.cpp english 2020-07-19 10:38:38 +08:00
README.md Update README.md 2020-07-20 10:08:07 +08:00
README.md~ english 2020-07-19 10:38:38 +08:00

:: Story about range resolution operators

Abput Author

  • Global scope::nameUsed before a type name (class, class member, member function, variable, etc.), indicates that the scope is a global namespace
  • Class scopeclass::nameThe scope used to represent the specified type is class specific
  • Namespace scopenamespace::name: The scope used to represent the specified type is a namespace specific

Code maohao.cpp