Search:

Type: Posts; User: aoiOnline

Search: Search took 0.00 seconds.

  1. Replies
    20
    Views
    2,563

    xyz_size is not known ahead of time.

    xyz_size is not known ahead of time.
  2. Replies
    20
    Views
    2,563

    Thanks for the replies. I'm certain you are...

    Thanks for the replies.

    I'm certain you are right. I'm not a programmer by training. I'm learning as I go.

    Sorry for the confusion brewbuck. Either that or I don't understand your answer.
    ...
  3. Replies
    20
    Views
    2,563

    A semi-related question about choosing between...

    A semi-related question about choosing between double* and vector<double>. I was under the impression that using vector<double> makes a code run slower than if double* is used. Is this true? ...
  4. Replies
    20
    Views
    2,563

    Gotcha. Thanks for helping me out and bearing...

    Gotcha. Thanks for helping me out and bearing with a fledgling programmer.
  5. Replies
    20
    Views
    2,563

    Thanks. I hope I don't need an assignment...

    Thanks. I hope I don't need an assignment operator for a double*. I'm rather sloppy when it comes to copy constructors and I try to pass variables as a reference as much as possible. Maybe it is...
  6. Replies
    20
    Views
    2,563

    Thanks very much guys for the instant answer. ...

    Thanks very much guys for the instant answer. It's not impossible to use vector<double> but impractical in this case. Perhaps it's best to have a destructor as I think that would be the minimum...
  7. Replies
    20
    Views
    2,563

    allocating structs within STL vectors

    Hi. I have a question related to memory allocation within STL vectors. I wonder if the way I am allocating memory is correct and if de-allocation is being handled.

    I am trying to use a...
Results 1 to 7 of 7