>write a program that manipulates polynomials
So are you going to post your code so far so we know what we're dealing with.
>The assignment requires that you have a largeInteger class from the STL list class.
You might as well post this as well. I presume it is something your teacher has given you as a prerequisite to the original assignment.
>I am very stuck!!
I'm sure you are. There are many,many ways to go about this. Some using dynamic arrays new and delete[]. Some using std::vectors, some using std::strings, some using char* arrays. Some where operator overloading is mandatory etc.
http://www.cs.colorado.edu/~main/projects/chap04c.html
http://www.cs.princeton.edu/introcs/92symbolic/Polynomial.java.html
That java link is rather useful. Very simply put and easy to convert to c++. But don't keep us guessing post what you have so far.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Use linklist to represent polynomial, it is not that difficult.
ithelp
Nearly a Posting Maven
2,230 posts since May 2006
Reputation Points: 769
Solved Threads: 128
>I have been doing some searching but a i could not find anything to help me CREATE a polynomial, can you plis refere me to a site i could learn some thing from....
look at the links in post #3.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439