How to use stringstream to output a polynomial?Almost done, but one last error: (this is done as part of implementing a function) [code]string P...
How to use stringstream to output a polynomial?What would be the best way to take into account terms that are zero or negative? Should I use if/els...
How to use stringstream to output a polynomial?not really, and the cplusplus.com reference page is rather confusing to me
How to use stringstream to output a polynomial?Basically, I have three variables a, b and c, such that ax^2+bx+c = 0, and I have to print out the p...
String output for a polynomialI'm currently working on an assignment involving classes and Polynomials and one of the assignments ...
This user does not accept Private Messages