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;
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.