Tagged articles
4 articles
Page 1 of 1
21CTO
21CTO
Mar 31, 2026 · Fundamentals

What’s New in C++26? A Deep Dive into Safety, Performance, and Usability

The C++26 standard, now frozen and slated for release in 2026, introduces static reflection, contracts, Safe C++ configurations, flat containers, SIMD and async models, plus an #embed directive, dramatically enhancing safety, performance, and developer ergonomics for modern system programming.

C++26ContractsSIMD
0 likes · 4 min read
What’s New in C++26? A Deep Dive into Safety, Performance, and Usability
21CTO
21CTO
Nov 5, 2024 · Fundamentals

Can Safe C++ Bring Memory Safety Without Dropping the Language?

The article examines the Safe C++ proposal—a collaborative effort by Sean Baxter and Christian Mazakas to add Rust‑inspired ownership and borrowing checks to C++ through a safe standard library—while discussing its 18‑month development timeline, toolchain extensions, community reactions, and broader implications for memory‑safe programming.

C++Memory SafetyRust
0 likes · 11 min read
Can Safe C++ Bring Memory Safety Without Dropping the Language?
Java Tech Enthusiast
Java Tech Enthusiast
Oct 4, 2024 · Fundamentals

Safe C++ Extension Proposal Adds Memory Safety to C++

The C++ Alliance and engineer Sean Baxter have proposed a “Safe C++” extension, to be submitted to ISO, that introduces memory‑safety checks and a Safe Standard Library with secure data structures, responding to industry and government calls for safer code and echoing DARPA’s Rust‑translation efforts.

C++Memory SafetySafe C++
0 likes · 5 min read
Safe C++ Extension Proposal Adds Memory Safety to C++
IT Services Circle
IT Services Circle
Sep 23, 2024 · Fundamentals

Safe C++: A Revolutionary Extension Proposal for Memory Safety in C++

An overview of the Safe C++ extension proposal, developed by the C++ Alliance and Sean Baxter, which aims to add memory‑safety features to C++, includes example code, discusses its significance for software security, and references industry and governmental interest in safer programming languages.

C++ISO StandardMemory Safety
0 likes · 5 min read
Safe C++: A Revolutionary Extension Proposal for Memory Safety in C++