Ruben
Posts:
16
Registered:
6/17/10
|
|
Re: Assign Vector to Structure Array?
Posted:
Feb 2, 2012 10:35 AM
|
|
> Note that this is usually a bad idea, however, especially if v is large. To access each v(i), or groups of them, you now not only need more complicated syntax, but you've also scattered them across non-contiguous memory.
I am aware that this scatters the data but it allows me to simplify the code easier. I believe v won't be larger than a couple hundreds of values in most cases.
|
|