Possible Duplicate:
scope resolution operator without a scope
What object/class is it calling if there is nothing before the :: operator?
Example:
Sendbytes = ::write(<parameters>);
What object/class is it calling if there is nothing before the Example:
|
||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
It specifies the global namespace. This is needed in the following case:
|
|||
|
|