Search:

Type: Posts; User: javapenguin

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    2,673

    Re: A lot of annoying cast errors.

    Are you guys going to help or just stare at the thread? I'm close to giving up. I'm so tired!

    >:D<:-L:-L:-h#-o:!!~X(|-)|-)|-)(:|(:|(:|(:|(:|
  2. Replies
    6
    Views
    2,673

    Re: A lot of annoying cast errors.

    Ritalin I think.
  3. Replies
    6
    Views
    2,673

    Re: A lot of annoying cast errors.

    ok, what's wrong now?

    I figured that I need to have in-order traversal or something like this:


    public void inOrder()
    {
    if (left!=null)
    left.inOrder();
    System.out.println(data);
  4. Replies
    6
    Views
    2,673

    A lot of annoying cast errors.

    My buildTree method might work but it seems to have several annoying cast errors.

    Somebody please help!


    Enter an expression.
    3+4+5
    Exception in thread "main" java.lang.Error: Unresolved...
Results 1 to 4 of 4