This is a simple implementation of a circular buffer, built in C and executed as a console application. It allows the user to write values to the buffer and read values from the buffer.
This was an extension of a simple lab for my Data Structures class. A friend was struggling with the concept of circular buffers, so I wrote up a guide for a basic implementation. Here's a link to the blog post:
All basic functionality has been added.
Built With
- C
MIT © Charles Dobson