So, my new year's resolution to myself was "more reuse". When solving problems, I want to consciously try to leverage exiting work, and refactor less (or at least less thoroughly). I hit my first snag last week.
One thing I've been trying to leverage is the C++ boost libraries. I had a need to convert base64 data back to binary. The boost
(
Read more... )