T
Timothy V
Hi,
I'm having trouble figuring out something. How do i pass a class instance to
a function without 'creating a copy'. In C/C++ i would use &. For example
(C/C++):
class CLASS;
void function(CLASS &c);
Would someone be able to explain this?
Thank you very much in advance,
Timothy.
I'm having trouble figuring out something. How do i pass a class instance to
a function without 'creating a copy'. In C/C++ i would use &. For example
(C/C++):
class CLASS;
void function(CLASS &c);
Would someone be able to explain this?
Thank you very much in advance,
Timothy.