I've learned that "::" is a scope resolution operator and am starting to understand its use.
However, I saw "::" used without a prefix in some code. I've never seen that before. For example:
::memcopy();
::GetKeyBoardState();
Just curious on the syntax and need for the "::" to be used in the code. I removed the "::" and Intellisense does not red underline it so was wondering what was going on. Thanks