Home > Back-end >  MFC function call error problem
MFC function call error problem

Time:10-22

I am in this first thank you!!!!
//I am using the menu of the function calls another function always appear when missing '; 'before' tag: : id '
Void CTest_1View: : Onmove ()//I define menu functions of the
{
for(int i=0; i[I]=D movegraph (P [I]);

//TODO: Add your command handler code here

}

Point_2D CTest_1View: : movegraph Point_2D (p)//this is under my test_1classes label by right-clicking test_1view - & gt; Add member function to add the function of
{
Point_2D PO;
PO. X=p.x + 400;
PO. Y=p.y + 400;
The return PO;

}
/* struct Point_2D
{
Double x;
Double y;
}; This is me in the header file to define a global variable */
  • Related