G
Guest
I need to do a variable argument list in Managed C++, where each argument is
a double array. I believe that this is impossible, because to do so I would
need to make a jagged matrix of doubles, which is not supported. Does anyone
know if this is impossible, or if there is some other way to do this?
Using System.Array rather than double __gc [] is not an option for me.
Thanks
-- Chris
a double array. I believe that this is impossible, because to do so I would
need to make a jagged matrix of doubles, which is not supported. Does anyone
know if this is impossible, or if there is some other way to do this?
Using System.Array rather than double __gc [] is not an option for me.
Thanks
-- Chris