Home > Software engineering >  Help DDX_Text
Help DDX_Text

Time:10-05

 void CDlg_SX10: : DoDataExchange (CDataExchange * symbol) 
{
CDialog: : DoDataExchange (symbol);

DDX_Control (symbol, ID_OpenGL_Layer m_pic);
DDX_Text (pDC, IDC_EDIT_EYE_X fEyeX);
DDX_Text (pDC, IDC_EDIT_EYE_Y fEyeY);
DDX_Text (pDC, IDC_EDIT_EYE_Z fEyeZ);
DDX_Text (pDC, IDC_EDIT_EYE_NORMAL_X fEyeNormalX);
DDX_Text (pDC, IDC_EDIT_EYE_NORMAL_Y fEyeNormalY);
DDX_Text (pDC, IDC_EDIT_EYE_NORMAL_Z fEyeNormalZ);
DDX_Text (pDC, IDC_EDIT_EYE_UP_X fEyeUpX);
DDX_Text (pDC, IDC_EDIT_EYE_UP_Y fEyeUpX);
DDX_Text (pDC, IDC_EDIT_EYE_UP_Z fEyeUpX);
DDX_Text (pDC, IDC_EDIT_EYE_SHOT fEyeShot);
DDX_Text (pDC, IDC_EDIT_NEAR fNearPlane);
DDX_Text (pDC, IDC_EDIT_FAR fFarPlane);
DDX_Text (pDC, IDC_EDIT_X fXRadius);
DDX_Text (pDC, IDC_EDIT_X fYRadius);
DDX_Text (pDC, IDC_EDIT_X fZRadius);
DDX_Text (pDC, IDC_EDIT_XAngle wAngleX);
DDX_Text (pDC, IDC_EDIT_YAngle wAngleY);
DDX_Text (pDC, IDC_EDIT_ZAngle wAngleZ);

}


Why MFC tip without overloading to match the parameter list function instance "ddx_text
(use the VS2010)

CodePudding user response:

instead of pDC symbol

CodePudding user response:

CodePudding user response:

About whether he is suitable for programming is very simple test:
On a newspaper or magazine articles, for a period of about 1000 words in Word input again, after losing to refer to the following answer:

A. there are more than 10 words or punctuation
B there is no words or punctuation mistakes and dare to bet for this
No words or punctuation errors and C fonts and layout fully consistent with the original
D print on the translucent paper and check the same original overlap, and feel very with a sense of accomplishment

A is not suitable for programming (reason: typing accuracy is low, careless)
B junior programmer (reason: typing accuracy high, careful and meticulous, confident, understand the whole Angle of half Angle concept)
C senior programmer (reason: in the B on the basis of understanding the font and layout is also an important factor of computer to print, but compared to D paranoid enough, strives for perfection, the results can verify)
D software project manager (reason: to be able to give convincing for project detailed requirements to the pole and typical test cases, users almost pick is not at fault, major!)

If want to from A to B, to my resources http://download.csdn.net/detail/zhao4zhong1/4084259 download "for programmers keyboard practice"
  • Related