Home > Software engineering >  Novice consult, how to function calls in the MFC structure
Novice consult, how to function calls in the MFC structure

Time:09-27

Is to call a function in the MFC, the function of input parameters is a structure

CodePudding user response:

Struct aStruct
{
Int v.
.
}
.
Void aFun (aTruct& a... )
{
Int x=Dr.;
.
}

CodePudding user response:

There is no difference between this and c ~ is normal call it ~

CodePudding user response:

Like other variable method is called, and the rest is efficiency,
If the structure is too big, preach and when is the best index,
And the structure is also a class and its variables are public,
  • Related