c++ - Are there any other keywords that can be accessed using the global namespace scope resolution operator? -


Global new and delete can be used as normal, but you can also prefix :: operator and this The same will work Are there any other keywords that have such behavior?

Yes, you can also do the operator , like :: Operator + (A, B) .

I believe that new , delete and are operators in standard C ++, which allow it Are there.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -