Hellp

I am starting to learn C++ and i hawe realy shity profesor. I need help with this program if anyone can explain the parts i would be grateful

Designing class CPolynom to work with polynomials. The polynomial coefficients are memorialized in the field of real double precision numbers. Implement the following functions:
Constructor, which defines the order of the polynomial CPolynom(int order)
method to add the appropriate grade Coef(int exp, duble coef)
method of addition, subtraction, multiplication and division two polynomials
method to add a field coefficient
method for nala
How about first reading about classes, and making a constructor.
See here how to make a constructor, and then try the first part.
Write the code, and we can help with errors.
http://www.cplusplus.com/doc/tutorial/classes/
Topic archived. No new replies allowed.