Back to all tags

Posts tagged with "Programming"

4 posts with this tag

How C++23 Makes constexpr More Practical (and Why You Should Care)

C++23 enhances constexpr by making it work with more types and providing better compiler feedback. Learn how to leverage compile-time evaluation for cleaner, faster, and more reliable code.

April 13, 2025
Read more

SIMD As A Gateway to High-Performance Parallel Computing

An exploration of how the simd header in C++26 can be used to leverage modern hardwares parallel processing capabilities for high-performance computing.

December 21, 2024
Read more

Structured Bindings: A Handy Tool for CPP

An in-depth look at structured bindings in C++, how they simplify code, and practical examples of their usage.

December 6, 2024
Read more