keyword - Is '@' used in C++? -


What's used in '@' C ++? It is listed as a token in it and I am sure that I can not use @ as part of a variable name, what is used in C ++? And how can I use it?

No, it has not been used in C ++. It does not appear anywhere in the standard As such, it does not appear in the set of legal C ++ characters [lex.charset].


Comments

Popular posts from this blog

MySql variables and php -

c# - How can I find out if there are windows above a control? -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -