CppCon 2019: Miro Knejp “Non-conforming C++: the Secrets the Committee Is Hiding From You”
Video Statistics and Information
Channel: CppCon
Views: 65,909
Rating: 4.96351 out of 5
Keywords: Miro Knejp, 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: IAdLwUXRUvg
Channel Id: undefined
Length: 52min 22sec (3142 seconds)
Published: Tue Oct 01 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
This talk is quite entertaining and I hope that some of the things he has shown will get into the standard C++ eventually (maybe in C++23)
The GCC maintainer at the end remarks that the compiler is unable to perform the switch optimization due to the flow in the optimizer. Is this something that will eventually be remedied or are we encouraged to forever use these extensions instead?
I really want to have the conditions with omitted operands (elvis operator). It would make things look so much better
The flexible array is standard C99 thats why it works. There was even a talk about it on NDC a week back.
https://youtu.be/ieERUEhs910
Standards aren't really all that relevant/useful unless people stick to them. If they aren't routinely adhered to they are just wishful thinking flapping in the breeze...
This talk is the most informative so far for me from all the conference. I know it is a bit edge-C++, but anyway, practical and useful for real life.