Programmer's Wiki
Advertisement

The scope operator (::) is an operator used in certain programming languages to let the compiler know which variables and functions to call that are not in scope.

Examples[]

Miscellaneous Examples

C++[]

Use in Classes

class example {
    example(); // constructor
}Let D=T-c ,значить ти лох п о життю,що не вписував від фонаря.

example::example() {
    // code here...
}
16px-Pencil
Advertisement