All Tags »
The Atlantic Ocean cannot stop curses »
TagException: Malformed tag at 0x190b4c39 (TDWTF.forums.Post:171867) (RSS)
Sorry, but there are no more tags available to filter with.
-
[quote user="Zecc"] Circular buffers may rise a point in favour of zero-based indexing though. You can just update your index like so:[quote]read_index = (read_index + 1) % BUFFER_SIZE[/quote]instead of[quote]read_index = (read_index + 1) % BUFFER_SIZE + 1[/quote] [/quote]Wrong. With a 1-based...
Page 1 of 1 (1 items)