Remove c
article thumbnail

A new chapter, and thoughts on a pivotal year for C++

Sutter's Mill

Starting today I’m excited to be working on a new team, with my C++ standards and community roles unchanged. It’s been a blast to be on the Microsoft Visual C++ compiler team for over 22 years! Drilling down a little: Why is 2024 a pivotal year for C++? Drilling down a little: Why is 2024 a pivotal year for C++?

C++ 95
article thumbnail

Why business digital transformation is still a key C-level priority today

Dynatrace

According to a recent Thomson Reuters survey, nearly 50% of C-level executives said that business digital transformation was their top priority over the next 18 months, followed by reducing costs (44%) and increasing customer satisfaction (44%). And according to Statista , $2.4 trillion will be spent on digital transformation on 2024.

C++ 246
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Understand the latest AI revolution: Agentic AI, Model Context Protocol (MCP) and all that jazz

Dynatrace

Specifically, they observe the world (for example, a user request or a set of data), perform internal reasoning about the best course of action, and then carry out the steps needed to fulfill the request. Agents do the same thing in a computational context.

article thumbnail

Trip report: February 2025 ISO C++ standards meeting (Hagenberg, Austria)

Sutter's Mill

On Saturday, the ISO C++ committee completed the second-last design meeting of C++26, held in Hagenberg, Austria. Highlights This time, the committee adopted the next set of features for C++26, and made significant progress on other features that are now expected to be complete in time for C+26.

C++ 66
article thumbnail

Crate-training Tiamat, un-calling Cthulhu:Taming the UB monsters in C++

Sutter's Mill

For more background on safety and security issues related to C++, including definitions of language safety and software security and similar terms, see my March 2024 essay C++ safety, in context. This is a status update on improvements currently in progress for hardening and securing our C++ software. Its just a metaphor.

C++ 70
article thumbnail

C++ safety, in context

Sutter's Mill

To talk about C++’s current safety problems and solutions well, I need to include the context of the broad landscape of security and safety threats facing all software. tl;dr: I don’t want C++ to limit what I can express efficiently. tl;dr: I don’t want C++ to limit what I can express efficiently. issues with C++.

C++ 143
article thumbnail

How to understand TPC-C tpmC and TPROC-C NOPM and what is ‘good’ performance?

HammerDB

More than ever, we see confusion in interpreting and comparing the performance of databases with workloads derived from the TPC-Council’s TPC-C specification, including HammerDB’s TPROC-C NOPM and TPM. Importantly, TPC-C and tpmC are registered trademarks of the TPC-Council.

C++ 59