Search:

Type: Posts; User: jmmjm

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,189

    Thanks for the help. I fixed it using your...

    Thanks for the help. I fixed it using your suggestion. Thanks.
  2. Replies
    5
    Views
    1,189

    = operator overloading

    Hi, everyone,

    I overloaded 3 opearators in my Polynomial class, they are

    "*" which returns the product of two polynomials, return type is Polynomial.
    "+" which return the sum of two...
  3. Please help me with parsing numbers form a file

    Hi,

    I am doing my assignment, I need to parse the coefficient and exponent of each term from the polynomials in a file.

    A polynomial in the input file will end with a semicolon ;. In the...
Results 1 to 3 of 3