Book a Demo

Author Topic: Howto init pointers to aggregated objects - c++  (Read 3306 times)

Mr. Sanders

  • EA User
  • **
  • Posts: 187
  • Karma: +0/-0
  • Dilbert for president
    • View Profile
Howto init pointers to aggregated objects - c++
« on: October 09, 2014, 07:46:26 pm »
Hi,

how can we initialize pointers to aggregated objects within c++ code generation.

create class A
create class B
add aggregation from A to B

Generate code

-> pointer to class B exists as member, but uninitialized.
How can it be set to NULL?

Thanx