c - Is there a ring buffer implementation in the standard gcc distribution? -
i want use ring buffer not want implement own if 1 exists. standard gcc distribution have one?
some alternatives not directly in gcc,
- in wikipedia can find posix circular buffer
- zed shaw has a circular buffer chapter on c book about
- the boost library has 1 c++:
Comments
Post a Comment