I really don't know how to explain this neither to a browser nor to stackoverflow, so i'm going to just type an example.
vector<int> x;
x.push_back(5);
How do you call the fact that i used a dot to tell the function which vector i wanted it to operate with?
I tried googling it with no luck. I have no programmer friends to explain this to in person.