RAD Studio
ContentsIndex
PreviousUpNext
E2320: Expression of scalar type expected (C++)

The !, ++, and -- operators require an expression of scalar type. 

Only these types are allowed:

  • char
  • short
  • int
  • long
  • enum
  • float
  • double
  • long double
  • pointer

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!