Operator Overloading for Polynomial Class - Your goal is to overload the operators for a generic Polynomial
class. A polynomial will be represented via its coefficients. Here is a degree of third degree polynomial 4x3+ 3x + 2;
here will be four coefficients and the coefficient corresponding to 2nd power is zero. You will need to write three
files (polynomial.h, polynomial.cpp and polynomialMain.cpp). Your implemented class must fully provide the
definitions of following class (interface) functions. Please also write down the test code to drive your class
implementation. Please note that we will be running your code against our test code and any segmentation faults
or incorrect result will result in loss of marks.
msaadmakhdoom 0 Newbie Poster
Reverend Jim 5,224 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.