C / C++

C / C++ Development Literature Reading Review

Strangely hard to get but worth the wait – Embracing Modern C++ Safely

I have to say that this turned into a strange journey for me. There are a few modern C/C++ Developers I read, follow, watch, and generally dig. I had heard some hushed chatter about a newish book release by Pearson Addison- Wesley called ‘Embracing Modern C++ Safely’ a collaboration work written by a bunch of […]

Read More
C / C++ Development

C/C++ JSON – Adding NLohmann to your environment

Still find it fascinating that after all these years that C/C++ doesnt have native JSON libraries. I have been working with various public APIs recently for some personal projects and just thought I would put this out there for quick reference for folks. For my purposes the Niels Lohmann is perfect. There may be other […]

Read More