Isaias H. answered 04/27/20
Tutor
New to Wyzant
Computer Science Major at your service!
Double colons are used to refer to types of namespaces for example without using the std namespace you would have to type "std::cout << 'Hello, World' << endl;" instead of a normal "cout << 'Hello, World' << endl;"