Search:

Type: Posts; User: fisherking

Search: Search took 0.00 seconds.

  1. yes, thanks! It was a invalid pointer... of some...

    yes, thanks! It was a invalid pointer... of some sort. I added a new element to the vector like this (the pads vector, not the Trigger vector)



    Pad* pad = newPad;
    delete newPad;...
  2. Vectors in vectors - pointers and iterators

    Hi,

    Perhaps you can help me with a problem I have, and which I can't solve...

    First of all , I have two classes Pad and Trigger. Pad contains a vector of pointers to Trigger objects declared...
Results 1 to 2 of 2