RAD Studio
ContentsIndex
PreviousUpNext
E2290: 'code' missing ] (C++)

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.

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