How to return an array in a class's get function?I'm writing a polynomial project that requires me to utilize classes. Problem is, I have the polynom...
Beginner's question on ArraysCan I write an array variable as "int a[]", as in an array with no specified amount of elements to h...
How to output a polynomial in c++?If I want "3x²" to be output in my program, and I have a variable holding the "3" as float coeff an...
How do you display exponents in C++?I don't want to do the exponent math per say, I just want to display something like 3x to the second...
No newline at end of fileI just wrote a simple program that reads from a file and displays one of the numbers in it here: ...
This user does not accept Private Messages