I am trying to create an application which reads the input from edit controls of the dialog box created with CForm View. I need to transfer this data to CView class(typically an array). What is the best way to achieve data transfer from one class to another in MFC?
Asked
Active
Viewed 80 times
-1
-
*"What is the best way to achieve data transfer from one class to another in MFC?"* - It's the same as in any other C++ application. Nothing even remotely related to MFC. You need to learn C++ first (followed by the Windows API). See [The Definitive C++ Book Guide and List](http://stackoverflow.com/q/388242/1889329). – IInspectable Sep 20 '16 at 11:27