C++ classes use of double colon [duplicate]
- by user2444217
This question already has an answer here:
What does the :: mean in C++?
5 answers
What Does :: Mean?
3 answers
I am learning C++. Now I don't fully understand what this does
Some_Class::SomeClass {
etc...
}
I would do some research for myself, but I'm not sure where to begin or what's it called. Help would be appreciated.