Search:

Type: Posts; User: clydefrog

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,941

    Re: Comparing Generics; Quick Question

    you know i gave it some though, and realized that im only going to be using ints, so i might as well just ditch the generics. It works fine now.

    Thank you for your help regardless. :)
  2. Replies
    6
    Views
    1,941

    Re: Comparing Generics; Quick Question

    no it doesnt have to be generic, i just though it would be easier. You suggest i change the node to just work with ints?
  3. Replies
    6
    Views
    1,941

    Re: Comparing Generics; Quick Question

    oh okay, i see. So then how can i go about comparing 2 objects?

    I need to figure out which one is the largest.
  4. Replies
    6
    Views
    1,941

    Comparing Generics; Quick Question

    Hi,

    I'm making a linked list implementation of a polynomial. My node, is a generic type with 2 elements; Coefficients and Powers. However, now i need to compare 2 nodes to see which has the...
Results 1 to 4 of 4