Showing posts with label legacy buffer to stl. Show all posts
Showing posts with label legacy buffer to stl. Show all posts

Saturday, September 3, 2016

Replacing legacy C-style buffers

Since I've been working lately on legacy projects, filled with C-style buffer containers like void*, char*, byte*, I've started replacing these types of buffers with something a bit more safe and modern, if I might say so.