A popular editor uses highlighting to help programmers avoid using C ++ keywords in Java. The following words are displayed using the same colors as the syntax error:
auto delete extern friend inline redeclared register signed sizeof
struct template typedef union unsigned operator
Why is this considered important?
source
share