|
CActiveProcess::CActiveProcess(char *sname1,char *sname2,char *sname3,
char *sname4,char *sname5,char *sname6,char*rname1,
char *rname2,char *rname3,char* help,float *ture,
float *errer,__int32 *finger);
================================================
The parameters of this constructor are too complicated, and most of them are the same char*, which is not advisable in design, so replace all your code. |
|