E2290 'code' missing (C++)

From RAD Studio
Jump to: navigation, search

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

This error is generated if any of the following occur:

  • Your source file declared an array in which the array bounds were not terminated by a right bracket.
  • The array specifier in an operator is missing a right bracket.
  • The operator [ ] was declared as operator [.
  • A right bracket is missing from a subscripting expression.

Add the bracket or fix the declaration.

Check for a missing or extra operator or mismatched parentheses.