Book a Demo

Author Topic: Code generation in c++  (Read 2386 times)

sm

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Code generation in c++
« on: September 20, 2005, 04:46:28 am »
Code generation in c++ does not generate the reference type for parameters of functions which are "out" parameters or "inout" parameters. What could be the reason or am I missing something here?. Let me show an example.

for eg. if F1 is a function with "out" parameter a, the code generator generates the following code.

F1 ( int a); instead of generating F1(int* a);

Any help?.



Andreas_G

  • EA User
  • **
  • Posts: 125
  • Karma: +0/-0
  • And that's the way the cookie crumbles.
    • View Profile
Re: Code generation in c++
« Reply #1 on: September 20, 2005, 06:21:37 am »
I think the topic C++ references (and code gen) referes to a similar problem.

But it's not realy good news for you.  :(
bye
Andreas