RAD Studio
ContentsIndex
PreviousUpNext
E2233: Cannot initialize a class member here (C++)

Individual members of structs, unions, and C++ classes can't have initializers. 

A struct or union can be initialized as a whole using initializers inside braces. 

A C++ class can only be initialized by the use of a constructor.

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