E2277 Lvalue required (C++)

From RAD Studio
Jump to: navigation, search

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

The left side of an assignment operator must be an addressable expression.

Addressable expressions include the following:

  • numeric or pointer variables
  • structure field references or indirection through a pointer
  • a subscripted array element