RAD Studio
ContentsIndex
PreviousUpNext
E2176: Too many types in declaration (C++)

A declaration can never have more than one basic type. Examples of basic types are:

  • char
  • class
  • int
  • float
  • double
  • struct
  • union
  • enum
  • typedef name

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