c++ - including class as member in struct -


i have add class object member within c struct.

is there prohibition doing this.

regards, isight

you can have c++ class member in c, needs seen void* in c point of view, c can handle fine.

this technique called opaque pointer.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

binding - How can you make the color of elements of a WPF DrawingImage dynamic? -

c# - How to add a new treeview at the selected node? -