Search:

Type: Posts; User: grumpy

Search: Search took 0.04 seconds.

  1. Ironically, the p2 may be there for debugging...

    Ironically, the p2 may be there for debugging reasons, but what you're doing with it introduces a bug. If you are going to add code for debugging purposes, you need to be sure it works.

    Take...
  2. Look at this code in airport::move(). ...

    Look at this code in airport::move().



    if((*planeIteratorMoj)->move())
    {
    delete *planeIteratorMoj;
    }

    plane * p2 = (*planeIteratorMoj);
Results 1 to 2 of 2