Fact-checked by Grok 2 weeks ago

Herb Sutter

Herb Sutter is a Canadian , , and standards expert renowned for his foundational contributions to design, concurrency, and best practices in . As the convener and of the ISO/IEC JTC1/SC22/WG21 standards from 2002 to 2025, Sutter has led the evolution of the C++ standard through multiple revisions, including , , , , and ongoing work on C++26, while serving as the designer or co-designer of key features such as concurrency primitives and mechanisms. He coined the term "concurrency revolution" in his seminal 2005 article "The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software", which highlighted the shift from single-core to multicore processors and influenced modern parallel programming paradigms. Sutter is a prolific author of bestselling books on C++, including the Exceptional C++ series (Exceptional C++, More Exceptional C++, and Exceptional C++ Style), which explore advanced techniques for resource management and performance, and C++ Coding Standards (co-authored with ), a definitive guide to 101 rules for effective C++ coding. His work at for over 20 years included architecting languages like , C++/CX, and C++ AMP for , before transitioning in November 2024 to become the first Technical Fellow at , where he drives innovation in C++ training and high-performance systems. Sutter's hundreds of articles, speeches at conferences like CppCon, and leadership in the Standard C++ Foundation have made him a pivotal figure in shaping reliable, efficient software for modern computing challenges.

Early life and education

Upbringing in Canada

Herb Sutter was born and raised in , , a near . Growing up in a German-speaking household in this multicultural region, he was immersed in diverse linguistic and cultural influences from an early age. He attended a high school, which further enriched his exposure to different languages and perspectives in the area. Sutter's initial interest in computing emerged during his childhood when, at age 11, he switched to a new school equipped with a Commodore PET 2001 computer. Lacking immediate access to the machine, he began writing his first programs on paper, sketching out simple code that he later entered and ran on the PET once available. This hands-on experimentation at school sparked his fascination with programming, turning a novel technology into a foundational hobby. By age 13, Sutter acquired his own Atari 800 home computer through a loan from his parents, which he repaid over the course of a year using earnings from a , allowing him to pursue programming independently beyond school hours. These early experiences in Oakville's supportive educational environment laid the groundwork for his later pursuits in , leading him to enroll at the .

Studies at University of Waterloo

Herb Sutter pursued his undergraduate education at the , where he earned a (BMath, Honours) in in 1989 through the Faculty of Mathematics. During his studies, Sutter engaged in the university's renowned co-operative education program, which integrated academic coursework with practical work terms in industry. A notable academic experience came in his fourth year, when he enrolled in a computer graphics course and completed a lab assignment by writing his first C program in 1988, marking an early exposure to systems-level programming languages.

Professional career

Early roles and PeerDirect

Following his graduation from the University of Waterloo in 1989 with a degree in , Herb Sutter entered the professional workforce in software development, taking on roles at several major banks in and at Linkage Software, alongside providing consulting services to a variety of companies in the financial and public sectors. In 1996, Sutter became at PeerDirect Inc., a software startup specializing in database technologies, a position he held until 2000. As CTO, he served as the principal architect of PeerDirect's heterogeneous database replication engine, a system designed to enable seamless and across diverse database platforms in distributed environments. Sutter's work at PeerDirect focused on innovations in distributed systems, including advancements in and object-relational integration that addressed challenges in multi-site data consistency and scalability. He contributed to the development of patented technologies encompassing several dozen inventions in design, organization, and processing, which underpinned PeerDirect's commercial products and were later integrated following the company's acquisition by in 2000.

Microsoft tenure (2002–2024)

In 2002, Herb Sutter joined as a platform evangelist for Visual C++ .NET in the Developer and Platform Evangelism Division, where he focused on liaising with the C++ developer community and contributing to product planning and design for the compiler. At the time, he also served as secretary of the ISO C++ standards committee, a role he maintained alongside his responsibilities. Over the next two decades, Sutter progressed to principal software architect, leading the design of key Microsoft-specific C++ extensions, including for .NET integration, C++/CX for Windows programming, and C++ AMP for on GPUs. In these roles, he influenced the development of the Visual C++ compiler by architecting language features that enhanced interoperability and performance, while also engaging in community outreach through high-profile keynotes, such as his 2013 "One C++" presentation at the GoingNative conference, which advocated for unified C++ evolution across platforms. His prior experience designing database replication systems at PeerDirect informed his contributions to .NET-related technologies at . Sutter announced his departure from on November 11, 2024, after 22 years, transitioning to a new role while continuing his C++ standards work.

Citadel Securities and current work (2024–present)

In late 2024, Herb Sutter left after over two decades to join as its first technical fellow, a role focused on advancing C++ expertise within the firm's infrastructure. His extensive experience at in designing concurrent and parallel programming features provided a strong foundation for applying modern C++ to financial systems at Citadel. At , Sutter leads training initiatives for developers on cutting-edge and unreleased C++ versions, including C++26 features such as compile-time , enabling early adoption in production environments like messaging infrastructure and asset class processing. By May 2025, these efforts had progressed to hands-on implementation of for and self-description, positioning at the forefront of C++ innovation in . Sutter's transition was announced in a November 11, 2024, blog post titled "A new chapter, and thoughts on a pivotal year for C++," where he highlighted 2024's advancements in proposals as a turning point for the language's ability to introspect and generate code at . He continues his involvement as chair of the ISO C++ standards committee, guiding the finalization of C++26, and delivered the keynote ": C++'s Decade-Defining Rocket Engine" at CppCon 2025, emphasizing 's transformative impact on .

Contributions to C++ standardization

Leadership in ISO C++ committee

Herb Sutter served as secretary of the ISO/ANSI C++ standards committee, known as WG21, from 1998 to 2002, a role he held while leading his company PeerDirect before joining . In 2002, shortly after his appointment at , Sutter transitioned to the position of convenor, or , of the committee, a role he has maintained since, except for a brief hiatus from 2008 to 2009 during which another member temporarily assumed the duties. His tenure as , spanning over two decades as of 2025, has positioned him as a central figure in guiding the committee's operations and strategic priorities. Under Sutter's leadership, the has advanced through regular committee meetings held multiple times annually, where he facilitates discussions on reviews, directions, and administrative matters to ensure efficient progress on standards development. As of the November 2025 meeting in , , the committee completed the first of two final fit-and-finish meetings for C++26, advancing toward publication. He has overseen key adoption processes, including the integration of compile-time reflection features into the C++26 draft standard during meetings in 2024 and 2025, marking a significant in the language's capabilities. These efforts, supported by his role at which enabled dedicated participation in committee activities, have promoted a steady of C++ by balancing innovation with compatibility. Sutter's influence has notably shaped the committee's emphasis on concurrency following his 2005 essay "The Free Lunch Is Over," which highlighted the end of uniprocessor performance gains and urged a shift toward parallel programming paradigms, influencing subsequent standards like C++11. In recent years, this guidance has extended to prioritizing safety enhancements and modern features, such as those addressing and , to adapt C++ to contemporary hardware and security demands while preserving its performance heritage.

Design of key language features

Herb Sutter played a pivotal role in advancing concurrency support in C++, particularly through his influential writings and committee contributions that shaped the standardization of threading primitives and the memory model in C++11. In his seminal 2005 article "The Free Lunch Is Over," Sutter argued that the end of exponential hardware clock speed increases necessitated a toward explicit parallelism, urging the C++ community to prioritize concurrency as a core language capability. This advocacy directly influenced the inclusion of the library, atomic operations, and the memory model in C++11, which provided portable guarantees for multithreaded programming by defining happens-before relationships and preventing data races. Sutter further elaborated on these mechanisms in presentations like "atomic Weapons," explaining how atomics and fences map to hardware for efficient, correct concurrent code. Subsequent standards, including and , built on this foundation with parallel algorithms and coroutines, extending the "concurrency revolution" Sutter championed. As a key figure in the ISO C++ committee, Sutter contributed to the design and refinement of major language features adopted between and , including , modules, and coroutines. For , standardized in via the Concepts Technical Specification, Sutter supported their integration to enable constrained templates that improve error messages and code readability, drawing from his explorations in modern C++ style and . Modules, also in , addressed longstanding issues with header dependencies and compilation scalability; Sutter's work on syntax simplification and his cppfront project prototyped ideas that informed module interfaces and export semantics, promoting cleaner encapsulation. Coroutines, adopted for , enable asynchronous programming without callbacks; while primarily authored by others, Sutter facilitated their evolution during his chairmanship, integrating them with concurrency facilities like executors in later proposals. In recent years, Sutter has focused on enhancing C++ safety by reducing (UB), a major source of vulnerabilities. His 2024 P3436 outlined a strategy to systematically eliminate safety-critical UB cases, such as and uninitialized variables, by defaulting to defined behaviors where feasible without performance penalties. This effort culminated in C++26 adopting changes like classifying reads of uninitialized local variables as 'erroneous behavior' rather than , marking a first step toward "hardened" C++ that rejects or bounds UB at compile or runtime. These advancements prioritize functional correctness, with Sutter emphasizing that removing low-hanging UB fruit could prevent a significant portion of memory-related exploits without altering C++'s performance model. A landmark contribution is Sutter's advocacy for in C++26, enabling the language to introspect and generate its own code—a "self-describing" capability that unlocks innovations. Through papers like P0707 on metaclasses and his cppfront experiments, Sutter influenced the , which introduces operators like ^e to reflect entities (e.g., types, functions) as values manipulable at . This allows automated for , visitors, and APIs, transforming C++ into a more expressive, generative language while maintaining zero runtime overhead. Sutter describes as C++'s "decade-defining rocket engine," poised to revolutionize library design and interop starting in 2026.

Writings and publications

Books on C++

Herb Sutter's seminal works on C++ programming, published primarily through Addison-Wesley Professional as part of Bjarne Stroustrup's C++ In-Depth series, have established foundational guidelines for exception-safe and efficient code. These books emphasize practical problem-solving through puzzles, drawing from Sutter's experience in real-world to address common pitfalls in , , and . His first major title, Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions (1999), introduces advanced techniques via 47 items organized into sections on , , class design, compiler firewalls, name lookup, , and more. It serves as an authoritative reference for the first 30 issues of Sutter's "Guru of the Week" series, incorporating revised solutions and new material from his articles to promote robust, exception-safe C++ practices. The book received unanimous positive reviews and was named co-winner of magazine's 1999 Book of the Year award, while maintaining a consistent 5-star rating on as of 2003. Building on this foundation, More Exceptional C++: 40 New Engineering Puzzles, Programming Problems, and Solutions (2001) extends the puzzle-based approach to 40 additional scenarios, focusing on , usage, , namespaces, and multithreading considerations such as auto_ptr and std::map pitfalls. It references the subsequent "Guru of the Week" issues (#31–62) and has been praised for its practical strategies in optimizing C++ code while avoiding common errors, earning a 5-star average customer rating on in 2003. In Exceptional C++ Style: 40 New Engineering Puzzles, Programming Problems, and Solutions (2004), Sutter delves deeper into coding style and efficiency, covering , , optimization, and case studies like refactoring std::string usage across 40 items. This volume provides tested strategies for class design and in large-scale projects, positioning it as a key resource for pragmatic C++ mastery and referencing "Guru of the Week" issues #63–86. Co-authored with , C++ Coding Standards: 101 Rules, Guidelines, and Best Practices (2004) distills essential rules into 101 concise items across 11 categories, including design style, functions, inheritance, templates, error handling, and STL usage, with emphasis on , , and scalability in concurrent environments. Endorsed by Stroustrup, it addresses organizational policies and real-world topics like threading, making it a reference for development teams. Reviewers have highlighted its clarity and depth in elevating C++ proficiency. Collectively, these books are bestselling and highly acclaimed, having shaped industry standards for C++ best practices by influencing countless developers and teams to prioritize and in production code. Their enduring impact is evident in their consistent high ratings and recommendations as texts for intermediate to advanced programmers.

Influential essays and articles

Herb Sutter served as a columnist for from 1998 to 2014, contributing around 47 articles, including the Effective Concurrency series (33 installments from 2007 to 2010), which explored advanced C++ techniques, , and parallel programming paradigms. These columns emphasized practical strategies for writing robust, concurrent code, influencing generations of developers by demystifying complex topics like lock-free programming and critical sections. Sutter's Guru of the Week (GotW) series, a long-running collection of over 100 issues since 1996 on his website, presents C++ programming challenges and solutions, further advancing discussions on and best practices originally featured in his books and columns. One of Sutter's most cited essays, "The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software," published in in March 2005, argued that the era of automatic performance gains from rising CPU clock speeds was ending due to power and thermal constraints, necessitating a shift to explicit multithreading and parallelism in . This piece, often credited with galvanizing the software industry's focus on concurrency, predicted that future performance would rely on exploiting multiple cores rather than single-threaded speedups, a forecast borne out by the widespread adoption of multicore processors. In his 2011 essay ": Or, A in Every Pocket," Sutter extended these ideas to discuss the limits of and the rise of architectures, including GPUs and cloud-based hardware-as-a-service, positioning mobile devices and desktops as portable . The article highlighted the need for programming models that harness diverse accelerators for mainstream applications, influencing discussions on scalable computing in an era of slowing transistor scaling. Through his blog Sutter's Mill at herbsutter.com, Sutter has continued publishing influential posts into 2025, particularly on C++ language evolution and . For instance, in a June 2025 post, he detailed the standardization of in C++26, describing it as a transformative turning point that enables code to introspect and generate itself at , potentially transforming library design and automation in C++. These writings build on his earlier columns by advocating for safer, more expressive C++ features to address modern concurrency challenges.

References

  1. [1]
    About - Herb Sutter
    Herb Sutter is a leading authority on software development. He is the best selling author of several books including Exceptional C++ and C++ Coding Standards.Missing: biography | Show results with:biography
  2. [2]
    [PDF] N5016 WG21 2025-06 Sofia Minutes of Meeting.docx
    Jul 15, 2025 · Introduction of the subgroup chairs. First time attendees introduce themselves. Herb Sutter welcomes the group. Page 3 ...
  3. [3]
    The Free Lunch Is Over: A Fundamental Turn Toward Concurrency ...
    By Herb Sutter. The biggest sea change in software development since the OO revolution is knocking at the door, and its name is Concurrency.
  4. [4]
    Publications - Herb Sutter
    Herb is the author of the bestselling and highly-acclaimed Exceptional C++ books, coauthor of the landmark C++ Coding Standards, and author of hundreds of ...
  5. [5]
    A new chapter, and thoughts on a pivotal year for C++ - Herb Sutter
    Nov 11, 2024 · Today I'm thrilled to start at Citadel Securities, a firm that “combines deep trading acumen with leading-edge analytics and technology to ...
  6. [6]
    Herb Sutter - CppCon 2025 - Sched
    Herb is a technical fellow at Citadel Securities, designer of several Standard C++ features, and chair of the ISO C++ committee and the Standard C++ Foundation.<|control11|><|separator|>
  7. [7]
    WG21 (ISO C++ Committee) Members, C++ FAQ - Standard C++
    Born and brought up in Aarhus, Denmark, a wonderful place. Married, two children, four grandchildren. Lives in New York City. URL: stroustrup.com. Herb Sutter ( ...
  8. [8]
    World's youngest C++ programmer? - Herb Sutter
    Apr 30, 2012 · I discovered computers for the first time at age 11 when I switched to a new school that had a PET 2001, and wrote my first BASIC programs when ...
  9. [9]
    Your First C Program - Herb Sutter
    Oct 16, 2011 · I wrote my first C program in 1988 as a lab assignment for a fourth-year course in computer graphics at the University of Waterloo. In the first ...
  10. [10]
    Class notes | Math e-Ties - University of Waterloo
    Jan 2, 2025 · Herbert Sutter (BMath '89): Citadel Securities hires 20-year Microsoft vet Herb Sutter as its first technical fellow. Read More... 1990s.
  11. [11]
    Speaking at University of Waterloo on January 15 - Herb Sutter
    Jan 7, 2025 · Next week, on January 15, I'll be speaking at the University of Waterloo, my alma mater. There'll be a tech talk on key developments in C++ ...Missing: education | Show results with:education
  12. [12]
    Tech Talk on the Next Decade of C++ by Herb Sutter and Fireside ...
    WiCS in collaboration with Citadel Securities is honoured to welcome Herb Sutter, a technical fellow at Citadel Securities and prominent C++ expert, to present ...
  13. [13]
    ISO/ANSI C++ Standards Committee Secretary Herb Sutter Joins ...
    Mar 13, 2002 · Most recently, Sutter served as chief technology officer at PeerDirect Inc. from 1996 until 2000. Previously, he held positions at Linkage ...Missing: early | Show results with:early
  14. [14]
    When Is a Container Not a Container? -- ADTmag
    Oct 2, 2000 · Herb Sutter is Chief Technology Officer at PeerDirect and the principal architect of its heterogeneous database replication product.Missing: career | Show results with:career
  15. [15]
    May 2001/Sutter's Mill - Jacob Filipp
    Herb Sutter (hsutter@peerdirect.com) is chief technology officer of PeerDirect Inc. and the architect of their heterogeneous database replication products. He ...Missing: early career<|control11|><|separator|>
  16. [16]
    An interview with Microsoft's new Visual C++ .NET community liaison
    Herb will be primarily engaged in liaising with the C++ developer community, and will also be working in product planning and design of Visual C++ .NET. Since ...
  17. [17]
    Keynote: Herb Sutter - One C++ - Microsoft Learn
    Jul 28, 2013 · Herb Sutter, language architect of Visual C++ and Chairman of the ISO C++ Committee, opens Day 2 with a brand new talk, "One C++".
  18. [18]
    Why Citadel Securities Just Hired a Coding Expert From Microsoft
    Nov 11, 2024 · Citadel Securities has hired Herb Sutter, who spent 20 years at Microsoft. Sutter is an expert in C++, a coding language that underpins most of ...
  19. [19]
    Citadel Securities created a special job for a C++ "nerd"
    Nov 11, 2024 · At Citadel Securities, Sutter will be the C++ subject-matter specialist, with responsibility for leading C++ training initiatives and helping ...
  20. [20]
    Living in the future: Using C++26 at work - Herb Sutter
    Apr 23, 2025 · We already use C++26's std::execution in production for an entire asset class, and as the foundation of our new messaging infrastructure.
  21. [21]
    Sea Change in C++: Why Opportunities Abound - Citadel Securities
    Apr 21, 2025 · By Herb Sutter, Technical Fellow. Earlier this year, Citadel Securities hosted another C++ Meetup where I spoke about the sea change in ...
  22. [22]
    Citadel Securities' guru says C++ 26 is a "big hairy deal." Banks ...
    Jul 7, 2025 · Herb Sutter, the ex-Microsoft C++ "nerd" who joined Citadel Securities last October is a huge fan of C++ 26 and is pushing the firm to adopt it.<|control11|><|separator|>
  23. [23]
    Yesterday's talk video posted: Reflection — C++'s decade ...
    In June 2025, C++ crossed a Rubicon: it handed us the keys to its own machinery. For the first time, C++ can describe itself—and generate more.
  24. [24]
    2025 Keynote, Herb Sutter: “Reflection: C++'s Decade ...
    Aug 19, 2025 · Reflection has arrived, more is coming, and the frontier is open. Let's go. Registration is open so don't miss out on CppCon 2025 this September ...
  25. [25]
    Herb Sutter: “A TypeScript for C++”... in contrast with Rust - Reddit
    Aug 14, 2023 · ... Herb Sutter is a monster in the C++ community. He was secretary of WG21 (the C++ Committee) from 1998 to 2002, and chair of WG21 from 2002 ...
  26. [26]
    Sutter's Mill – Herb Sutter on software development
    I'm an author and speaker, and a programming language nerd whose focus is on enabling our program code to be both clean and fast.C++ · Concurrency · March 2025 · Cpp2, cppfront
  27. [27]
  28. [28]
    Trip report: November 2024 ISO C++ standards meeting (Wrocław ...
    Nov 24, 2024 · On Saturday, the ISO C++ committee completed the third-last design meeting of C++26, held in Wrocław, Poland ... Herb Sutter is an author and ...Missing: steering | Show results with:steering
  29. [29]
    Reflection voted into C++26: "Whole new language" -- Herb Sutter
    Jun 21, 2025 · The C++ committee voted the first seven (7) papers for compile-time reflection into draft C++26 to several sustained rounds of applause in the room.
  30. [30]
    C++ safety, in context - Herb Sutter
    Mar 11, 2024 · Most of the Lifetime rules have been implemented in Visual Studio and CLion, and I'm prototyping a proof-of-concept mode of C++ that ...
  31. [31]
    Exceptional C++ - Book Home Page - GotW.ca
    Exceptional C++ by Herb Sutter is the second book in Bjarne Stroustrup's C++ In Depth series, and includes a foreword by Scott Meyers.
  32. [32]
    Exceptional C++: 47 Engineering Puzzles, Programming Problems ...
    Herb Sutter is a recognized expert on C++ software development and regularly gives invited talks at conferences around the world.Missing: early career
  33. [33]
    More Exceptional C++ - Book Home Page - GotW.ca
    More Exceptional C++ by Herb Sutter is the sequel to Herb's widely acclaimed book Exceptional C++. Both are in Bjarne Stroustrup's C++ In Depth series.
  34. [34]
    More Exceptional C++: 40 New Engineering Puzzles, Programming ...
    ISBN-10. 020170434X · ISBN-13. 978-0201704341 · Edition. 1st · Publisher. AddisonWesley Professional · Publication date. December 17, 2001 · Language. English.
  35. [35]
    Exceptional C++ Style - Book Home Page - Herb Sutter
    This book is about providing successful strategies for solving real-world problems in C++. Like its predecessors, it draws on years of in-the-trenches ...
  36. [36]
    C++ Coding Standards - Book Home Page
    ### Summary of C++ Coding Standards
  37. [37]
    C++ Coding Standards: 101 Rules, Guidelines, and Best Practices
    Herb Sutter is the author of three highly acclaimed books, Exceptional C++ ... influence not only on subsequent work on C++, but also on other languages ...
  38. [38]
    Welcome to the Jungle - Herb Sutter
    In 2005, our industry undertook a new mission: to put a personal parallel supercomputer on every desk, in every home, and in every pocket.Missing: PeerDirect | Show results with:PeerDirect