Great books!
I would recommend them and these two authors in general (Nicolai M. Josuttis and Bartlomiej Filipek) for everyone willing to structure their knowledge in (not so) modern C++ world.
#cpp #cplusplus #ModernCPP #programmingbooks
Don't judge me too much....refactoring some code ATM, and I tend to use a lot of ranges,
Problem is this code has lots of pointers, so getting access to the values is a pain.
So I made this https://godbolt.org/z/sx8K5qG8j to adapt pointer based inputs as needed.
Any refinement / blindingly obvious alternative to keep the range based code clean?
#cpp #cplusplus #ranges #ModernCPP #programming