ISO C++ Standards Committee Panel Discussion - Hosted by Herb Sutter - CppCon 2023

  Рет қаралды 7,099

CppCon

CppCon

4 ай бұрын

cppcon.org/
---
ISO C++ Standards Committee Panel Discussion - Hosted by Herb Sutter - CppCon 2023
Fireside Chat with the Committee.
Bring your questions! This panel of representative members of the C++ standards committee is ready to discuss everything about C++23 and what to look forward to in Standard C++ in the coming years.
Besides C++’s creator, the panelists include the current leaders of key subgroups. These leaders are responsible for language and library evolution, and topics like compile-time programming, real-time/embedded systems, AI, and teaching as the community starts to absorb all the new features in C++20.
The panel also includes representation of fresh forward-looking thinking with the heads of some of the newest national bodies to join in and participate in ISO C++.
---
Herb Sutter - Host
Herb is an author, designer of several Standard C++ features, and chair of the ISO C++ committee and the Standard C++ Foundation. His current interest is simplifying C++.
---
Bjarne Stroustrup
Bjarne Stroustrup is the designer and original implementer of C++ as well as the author of The C++ Programming Language (4th Edition) and A Tour of C++ (3rd edition), Programming: Principles and Practice using C++ (2nd Edition), and many popular and academic publications. To make C++ a stable and up-to-date base for real-world software development, he has been a leading figure with the ISO C++ standards effort for more than 30 years.
---
Nina Ranns
Nina Ranns has been a member of the C++ standard committee since 2013, focusing mostly on the core part of the language, and committee secretary since 2018.
---
Michael Wong
Michael Wong is Distinguished Engineer/VP of R&D at Codeplay Software. He is a current Director and VP of ISOCPP , and a senior member of the C++ Standards Committee with more then 15 years of experience. He chairs the WG21 SG5 Transactional Memory and SG14 Games Development/Low Latency/Financials C++ groups and is the co-author of a number C++/OpenMP/Transactional memory features including generalized attributes, user-defined literals, inheriting constructors, weakly ordered memory models, and explicit conversion operators.
---
Inbal Levi
Inbal Levi is a Lead Software Engineer at Millennium (MPGC Services Ltd) with a passion for high performance, readability, compilers, language, and software design.
She is an active member of the ISO C++ Standards Committee as Library Evolution Work Group Chair, and as the ISO C++ Israeli NB Chair.
Inbal is also a director at ISO C++ Foundation and the Boost Foundation and puts effort into evolving both the local and international C++ communities, as an organizer of the CoreC++ conference and meetup group, and as the program chair of C++Now.
---
Gabriel Dos Reis
Gabriel Dos Reis is a Principal Software Engineer at Microsoft, where he works in the area of large scale software construction, tools, and techniques. He is also a researcher, and a longtime member of the C++ community, author and co-author of numerous extensions to support large scale programming, compile-time and generic programming.
---
Daisy Hollman
Dr. Daisy S. Hollman began working with the C++ standards committee in 2016, where she has made contributions to a wide range of library and language features, including proposals related to executors, atomics, generic programming, futures, and multidimensional arrays.
---
Pablo Halpern
Pablo Halpern is a freelance software developer and consultant. He has been programming in C++ since 1989 and has been a member of the C++ Standards Committee since 2007. His main contributions to the C++ Standard has been in the area of parallel and vector programming, and he is largely responsible for taking allocators from a curiosity in C++03 to a usable feature of the Standard Library in C++11 and beyond. He continues to work on language and library features to make allocator use simpler and less error prone. Pablo is the author of The C++ Standard Library from Scratch (Que, 2000), and is a major contributor to Embracing Modern C++ Safely (Pearson, 2021).
---
Videos Filmed & Edited by Bash Films: www.BashFilms.com
KZbin Channel Managed by Digital Medium Ltd: events.digital-medium.co.uk
---
Registration for CppCon: cppcon.org/registration/
#cppcon #cppprogramming #cpp

Пікірлер: 32
@taw3e8
@taw3e8 4 ай бұрын
Really great questions this year! Thanks for the Panel ^^ 0:07:05 Favourite feature of C++23/26 0:09:50 Keeping track of what's going on in C++ 0:16:46 Is reflection in C++26 a realistic goal? 0:22:44 First committee meeting 0:26:25 Bad papers vs protesting against them 0:34:30 Dictating optimizations vs leaving it up to implementers 0:40:35 Most elegant part of C++ standard Limerick: c++draft temp expl spec#8 0:48:24 Heavy use of coroutines vs debugging tools 0:56:25 Debugging code that runs at compile time vs tooling (tool name is Templight) 1:09:56 Heterogeneous computing vs standardization 1:19:21 Working on standard vs primary job 1:25:53 New extesnible template features vs compile times
@oriyadid
@oriyadid 4 ай бұрын
Thanks for the timestamps!
@olzhaszhumabek2034
@olzhaszhumabek2034 4 ай бұрын
Thank you very much for writing down the timepoints. It makes it a lot easier to suggest the video, as people don't need to watch the whole thing.
@PaulMetalhero
@PaulMetalhero 4 ай бұрын
I think Herb's work is one of the best options for the evolution of C++
@USGrant21st
@USGrant21st 4 ай бұрын
Bjarne (@54:00) is totally correct about coroutines. I worked with coroutines when there were not standard coroutines. We worked with fibers in Windows and assembler intrinsics in Unix. Though coroutines are impossible to debug in a usual way due to instruction pointer jumping all over the place, the usefulness of them is immense as you have the ability to do event driven programming, which otherwise is nearly impossible to do with linear programming model. You debug coroutines with putting breakpoints at them, you don't need to step through the code.
@raymitchell9736
@raymitchell9736 4 ай бұрын
Really great talk and insights how committees work on C++
@USGrant21st
@USGrant21st 4 ай бұрын
I've been suggesting extending concepts to cover reflection and code generation. We don't need completely new syntax rules. Concepts fit naturally, just like using concepts in place of class/struct in templates. You could define concepts that would specify code generation as well as constraints. And then you can use natural syntax, for example you want no default constructor, instead of writing class A { A() = delete; }; you write template concept no_default_ctor = requires { T()=delete; }; no_default_ctor A{ };
@Roibarkan
@Roibarkan 4 ай бұрын
1:28:30 Here’s a version of Vittorio Romeo’s talk (from ACCU 2023, couldn’t find the one from CoreCpp), which Inbal Levi recommended: kzbin.info/www/bejne/hperdWZ4qLumd68
@KambizAsadzadeh
@KambizAsadzadeh 4 ай бұрын
King of the Kings... Creator :)
@origamibulldoser1618
@origamibulldoser1618 4 ай бұрын
Wait a minute... The standard is not free and the people who treat the comittee work as a second job aren't paid?
@Roibarkan
@Roibarkan 4 ай бұрын
1:28:14 I believe this is the talk by Daveed Vendevoorde that Nina Ranns recommended: kzbin.info/www/bejne/o2rXlKCKn6yYntE
@nothke
@nothke 4 ай бұрын
1:01:20 did he mistake Herb for Jason Turner? 😅
@MatthewWalker0
@MatthewWalker0 4 ай бұрын
zoom-out at the end was too short! oh, well.
@sirnawaz
@sirnawaz 4 ай бұрын
7:45. What did she say? "this and this"?
@JFRsAlive
@JFRsAlive 4 ай бұрын
I think she mentions "deducing this"
@SonicFan535
@SonicFan535 4 ай бұрын
"Deducing this" (P0847R7)
@maxortman9118
@maxortman9118 4 ай бұрын
Deducing this
@androidchrisoe
@androidchrisoe 4 ай бұрын
Deducing this (check the talk from Ben deane)
@ultradude5410
@ultradude5410 4 ай бұрын
“Deducing this” quite probably
@davidfong
@davidfong 4 ай бұрын
That wave of laughter at 1:19:22
CAN YOU HELP ME? (ROAD TO 100 MLN!) #shorts
00:26
PANDA BOI
Рет қаралды 36 МЛН
ELE QUEBROU A TAÇA DE FUTEBOL
00:45
Matheus Kriwat
Рет қаралды 20 МЛН
[Vowel]물고기는 물에서 살아야 해🐟🤣Fish have to live in the water #funny
00:53
Interactive Panel: Ask Us Anything
1:18:47
Paulo Portela
Рет қаралды 33 М.
AI Hardware w/ Jim Keller
33:29
Tenstorrent
Рет қаралды 26 М.
New Algorithms in C++23 - Conor Hoekstra - C++ on Sea 2023
1:25:20
SE Radio 577: Casey Muratori on Clean Code, Horrible Performance?
1:10:41
IEEEComputerSociety
Рет қаралды 10 М.
ПК с Авито за 3000р
0:58
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 1,4 МЛН
3D printed Nintendo Switch Game Carousel
0:14
Bambu Lab
Рет қаралды 4,7 МЛН
С Какой Высоты Разобьётся NOKIA3310 ?!😳
0:43
#miniphone
0:18
Miniphone
Рет қаралды 11 МЛН
Which Phone Unlock Code Will You Choose? 🤔️
0:14
Game9bit
Рет қаралды 12 МЛН