It's supposed to calculate the zeros of a quadratic and linear equation. It generates error numbers 2605 and 2661. I'm still unclear about how to successfully get a file using cin. Help would be greatly appreciated. Thanks.
one error comes from line 18. open() needs some arguments. see http://www.cplusplus.com/reference/iostream/fstream/open/
I don't see the other one though. Which line is it form?
By the way, it would be good if you, in your future posts, would write more than the error code.
I have errors listed at 27 and 28. I confused about how to get the user to input a file . A lot of the file input/output material i've read has the file specified in the code. Next time I'll try to post more than error code. I just joined today because of this problem.