Hi,
I’ve 3 classes : A, B and C. The class A includes an object from the class B and another object from the class C.
In my class B, I’ve a function that returns a vector of struct. This function is called in the class A and after that passed as parameter to a function in the class C. My problem and my question is where can I put my struct so that it can be accessible to the 3 classes.
Thank you in advance!