November 22, 2025Nov 22 A new paper: Bjarne Stroustrup: Concept-Based Generic Programming https://www.stroustrup.com/Concept-based-GP.pdf We present programming techniques to illustrate the facilities and principles of C++ generic programming using concepts. Concepts are C++’s way to express constraints on generic code. As an initial example, we provide a simple type system that eliminates narrowing conversions and provides range checking without unnecessary notational or run-time overhead. View the full article
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.