This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Standard container library for DSP?

Hello

Coming from the C++ side of the force, I am used to the container classes of STL or Qt. I see that hash maps and iterators are not the primary problems on DSPs, but it has been many times that I wished that I hat some out of the box container classes with the ease of use of the STL.

Is there anything like it in the embedded C world? Or does everybody reinvent the wheel? Or is everybody content with float* ?

 

Thanks for your Ideas,

Markus