E2320 Expression of scalar type expected (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

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

Only these types are allowed:

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