Book a Demo

Author Topic: EC++  (Read 2968 times)

random12345

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
EC++
« on: February 04, 2004, 03:24:00 am »
As a embedded software developer I use the standardised subset of C++ called EC++.  It doesn't support use of such elements as templates, namespaces, etc.  Are there any issues with this using the code generation abilities of EA  i.e. would I need to hand-change to generated code?

thanks

Sean Kearon

  • EA User
  • **
  • Posts: 126
  • Karma: +0/-0
    • View Profile
Re: EC++
« Reply #1 on: February 04, 2004, 04:42:05 am »
No idea on the specifics there, but if you do get into troubles you can use the code templates in EA to get it to do what you require.

Sean

random12345

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: EC++
« Reply #2 on: February 04, 2004, 10:06:16 am »
Does anyone have any idea how many changes would be required and how long they would take?

thanks again