Book a Demo

Author Topic: C++ Forward Generated Code  (Read 2326 times)

Sean_Doherty

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
C++ Forward Generated Code
« on: June 07, 2003, 08:14:43 am »
How do I get EA to mark the paraemter names of my forwarded generated source code with * or & when I mark a parameter as by reference.  I found the changed the default from &(referece) to *(pointer), but my code does not contain any *(pointer) references?  

Please note that they do show on the class diagram.  Maybe this is the normal behavior?

Thanks