Search:

Type: Posts; User: towed

Search: Search took 0.01 seconds.

  1. Sorry forgot to add a line, I am actually...

    Sorry forgot to add a line,

    I am actually incrementing n_id like so:

    ++n_id;
  2. I'll try. The problem. I am reading in...

    I'll try.

    The problem. I am reading in elements that are part of a structure, each element includes an ID as it is read in. I am creating a 1-d array of structures to hold the elements for...
  3. 1-D array of structures with a need to update the elements in the struct and add to..

    Title (cont): or add to the array if a new structure with a new ID exists .


    Consider:

    I have an 1-D array of structures, each structure containing set possible elements.

    I pre-initialize...
Results 1 to 3 of 3