Book a Demo

Author Topic: C++ arrays, forward engineering problem - bug?  (Read 3137 times)

mbc

  • EA User
  • **
  • Posts: 237
  • Karma: +1/-0
  • Embedded software developer
    • View Profile
C++ arrays, forward engineering problem - bug?
« on: September 02, 2002, 07:36:52 am »
So far, the only way I have been able to make EA generate code with arrays is to include the []'s in the name of the attribute, e.g.: "Var1[SIZE]". This generates correct code when forward engineering. However, the attribute declaration is duplicated every time I synchronize (forward). Is this a bug in EA, or is there another way to declare array attributes?