Blogs

Articles by renowned C++ experts and community voices

Latest posts

Recent writing across the blogs we track.

Barry's C++ Blog

Push-based vs Pull-based Customization

Almost two years ago now, I wrote the post Rust Attributes vs C++ Annotations. That post, I walked through how in standard C++26 we could get this code: struct [[=derive<Debug>]] Point { int x; int y; }; To have similar behavior and effect to this standard Rust code: #[derive(De…

Continue reading

Browse blogs

Independent authors and publications with ongoing C++ coverage.