Search:

Type: Posts; User: sys_x

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,853

    Thanks. That makes a lot of sense and not sure...

    Thanks. That makes a lot of sense and not sure how I missed some of it.

    I've been playing with a few things that work, but not sure which is the best. This is what I've had that works, but...
  2. Replies
    3
    Views
    1,853

    resizing array pointed to by pointer

    I have a pointer to an array:



    T *array = new T[capacity];


    I want to double the array size when the array becomes to small. This is how I'm doing it, but its not working correctly. For...
Results 1 to 2 of 2