Link to home
Start Free TrialLog in
Avatar of TError104
TError104

asked on

HowTo creat a float buffer and pass all elements in the buffer to another class without using iterator

Hi,
I'm searching for something like a floatbuffer.
The intention is to store several float values (the number of stored values varies) in something like a list.
When a certain criteria is fulfilled this "list" should be passed as a float array to another class.

Is there a quick way to get something like this done (in this case speed matters...)?

If needed please ask for further information and I'll provide them.

Kind regards
ASKER CERTIFIED SOLUTION
Avatar of Axter
Axter
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TError104
TError104

ASKER

The array should be in the same order like the buffer list.
After its been passed the buffer list will be rewritten.