2021-01-13 01:22 AM
Hello,
I would like to ask if it is permissible to use pointers for data handling through the MPV model.
I have valid data stored in a structure defined in the MODEL class. When the data changes, only the pointer to structure is sent from MODEL to VIEW. Then, In the view class are data stored to local variable through this pointer.
Thanks for comments.