CppCon 2019: Bjarne Stroustrup “C++20: C++ at 40”
Video Statistics and Information
Channel: CppCon
Views: 226,266
Rating: 4.7686276 out of 5
Keywords: Bjarne Stroustrup, CppCon 2019, Computer Science (Field), + C (Programming Language), Bash Films, conference video recording services, conference recording services, nationwide conference recording services, conference videography services, conference video recording, conference filming services, conference services, conference recording, event videographers, capture presentation slides, record presentation slides, event video recording, video services
Id: u_ij0YNkFUs
Channel Id: undefined
Length: 91min 26sec (5486 seconds)
Published: Tue Sep 17 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
I really like his presentations. Its almost like he created the language! Thanks for the link
Wait, is it CppCon already? Nice, totally missed that.
Why did they disable the comments? There were some interesting discussions!
I liked his analogy of an "average c++ program is like an onion", but I can't relate. The average c++ programs I've worked on have all been a spaghetti mess.
That dude looks like he could create a programming language himself 🤡
The C++ creator referred to Raspberry Pi many times in his talk, which I've just begun to have my hands on: an amazing world!
I like how most of the comments talk about why comments are disabled but not about C++. Can we talk about C++ for a change? At 44:30 there is a slide with
overloaded()
trick for use withstd::visit
.IMO the entire slide is completely unreadable slash unmaintainable when there are a lot of such things in the code. Mr. Stroustrup, could you please come up with a good maintainable abstraction instead of
overloaded()
in C++23? Pattern matching of some sorts would be really nice to see.