mechanical1
Technical User
I cant figure out how to solve this error:
F:\diffequ1.cpp(41) : error C2660: 'eqn' : function does not take 2 parameters
Error executing cl.exe.
this is my command....
{
ynew=yo+eqn(xo,yo)*dx;
x=xo+dx;
return;
}
F:\diffequ1.cpp(41) : error C2660: 'eqn' : function does not take 2 parameters
Error executing cl.exe.
this is my command....
{
ynew=yo+eqn(xo,yo)*dx;
x=xo+dx;
return;
}