Originally posted by a.lost.soul
yea I fixed most of the probles it just where it says
std::cout << "here's a fraction:\t\t";
I get the error " unterminated character constant
and also in
std::cout << "here's a fraction:\t\t";
same error
There is no error in that line, the error is because of the line under it, the end1 which should be endl;