Bjarne Stroustrup - Keynote Meeting C++ 2016: What C++ is and what it will become

Sdílet
Vložit
  • čas přidán 3. 12. 2016
  • Bjarne Stroustrup
    Keynote Meeting C++ 2016: What C++ is and what it will become
  • Věda a technologie

Komentáře • 12

  • @MartinCordova
    @MartinCordova Před rokem +2

    This is the talk that got me into C++ at the end of 2021, today I have my first open-source microservice no-code engine all written in C++, that passes memory-leak tests with -fsanitize and valgrind, uses EPOLL for a very minimal and scalable server, I always come back to his talks in search for inspiration, I am 55 and I never thought I would find pleasure in programming again. Thank you Uncle Bjarne, BTW his red book was the only one I needed, that one and cppreference. Embracing all this container and Kubernetes Era was more palatable for me thanks to C++

  • @howardhinnant
    @howardhinnant Před 7 lety +5

    Awesome talk, thanks Bjarne!

  • @SuperVertraulich
    @SuperVertraulich Před rokem

    After watching this lecture and the way it was delivered, three things became clear to me:
    1. Programming languages ​​have more in common with their creators than I expected.
    2. I now understand why I don't like C++.
    3. I am more certain than ever that staying with C was the right thing to do.

  • @highbrAned
    @highbrAned Před 7 lety +5

    danke für den upload !

  • @musabse
    @musabse Před 7 lety +4

    nice conf

  • @datpham31415
    @datpham31415 Před 5 lety

    advanced research !!!

  • @pm71241
    @pm71241 Před 7 lety +1

    Hmm... "1-1 correspondence between the characters in the program and stuff that is being done"....
    That sounds like Perl regexps ;-)

  • @cppmsg
    @cppmsg Před 7 lety +1

    Thanks for posting - any news on where the slides for the talks are?

    • @MeetingCPP
      @MeetingCPP  Před 7 lety +2

      The slides for the keynotes are linked in the schedule:
      meetingcpp.com/index.php/schedule16.html

  • @thought2007
    @thought2007 Před 7 lety

    23:40 - I wonder why Mr. Stroustrup omitted C++03. Is it the Windows Vista of C++ standards?

    • @-taz-
      @-taz- Před 7 lety +1

      Not much changed from 98 to 03.

  • @sivabudh
    @sivabudh Před 7 lety

    Listening to this talk, I looked up C++ in use and found this Quora. www.quora.com/Why-are-most-browsers-built-in-C++
    Hope someone finds it entertaining!