|
yup you're right Palin, the way the structs are used now, will only make them accessible during the scope of the function, meaning once teh function has been called, the memory used by it can't be reached from the struct parsed to the functioncall.
So use a reference to the struct.
|