CPlusPlusThings/english/basic_content/maohao/README.md
2020-07-20 10:08:07 +08:00

14 lines
490 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# :: Story about range resolution operators
## Abput Author
![](../img/wechat.jpg)
- 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](maohao.cpp)