Victor Gaydov · @gavv
38 followers · 39 posts · Server fosstodon.org

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

Last updated 1 year ago

Gareth Lloyd (He/him) · @glloyd
60 followers · 199 posts · Server fosstodon.org

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 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

Last updated 2 years ago