Tagged Questions

1
vote
0answers
178 views

Simple circular buffer wrap-around - pascal delphi [closed]

I have written a little circular buffer for integers. My requirements were to add an integer on at a time and to read from the circular buffer as though it were an array wrapping around ...