Skip to main content
LOOP
Visitor II
January 13, 2021
Question

Use pointers for data update in View

  • January 13, 2021
  • 0 replies
  • 694 views

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.

This topic has been closed for replies.