+ 5
Guys what is the purpose of scope resolution operator in c++?
2 ответов
+ 8
The scope resolution operator :: is used to identify and disambiguate identifiers used in different scopes.
https://msdn.microsoft.com/en-us/library/b451xz31.aspx
0
To access global value