C++ Weekly - Ep 415 - Moving From C++98 to C++11

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 24

  • @thesorus
    @thesorus 9 หลายเดือนก่อน +36

    "I have a dream" where I can spend time and money to clean up my production code like that

  • @emccartney
    @emccartney 9 หลายเดือนก่อน +9

    It would be interesting to track compiled code size & some basic benchmarking performance numbers as you go through the various revisions of the language.

  • @taw3e8
    @taw3e8 7 หลายเดือนก่อน +3

    poor C++03, noone remembers :c

  • @VolodymyrSharayenko
    @VolodymyrSharayenko 9 หลายเดือนก่อน

    Jason, thank you for the great video! Btw do you have an episode about how you do your setup VS COde in your preferred way? Thank you

  • @petacreepers23
    @petacreepers23 9 หลายเดือนก่อน +1

    thanks for this vid, very usefull

  • @Volker-Dirr
    @Volker-Dirr 9 หลายเดือนก่อน +4

    Interesting. But must admit that i don't understand why you haven't done that already 10 years ago.

    • @heavymetalmixer91
      @heavymetalmixer91 9 หลายเดือนก่อน

      Because people at the top at companies are stubborn and greedy. Updating a code base takes time and money, so those geezers rather stay with the same old shit forever, that's why many banks still use COBOL, even though there are almost no COBOL devs out there.

    • @dickheadrecs
      @dickheadrecs 9 หลายเดือนก่อน +2

      there’s a lot of old “don’t touch!” code hanging around in codebases

    • @cppweekly
      @cppweekly  9 หลายเดือนก่อน +2

      It was just a personal project, not anything I have used since then.

  • @rasimbot
    @rasimbot 9 หลายเดือนก่อน

    Why not 2003 first?

  • @mbczxaydbzrkmszj
    @mbczxaydbzrkmszj 9 หลายเดือนก่อน

    Could you please not speed up the video and just say what you are currently thinking at the moment?

    • @cppweekly
      @cppweekly  9 หลายเดือนก่อน

      I don't speed up the video while talking. You actually hear all the thinking I'm doing in the moment.
      If I didn't speed up the bits I do, the videos would be well over 1hr of slow typing and clicking around.

  • @ysakhno
    @ysakhno 9 หลายเดือนก่อน

    Why did you use terminal to commit to Git? CLion has perfect Git integration, which is far more convenient to use. It lacks some features of invoking Git from the terminal (like specifying custom date of the commit, for example), but you didn't use these features anyway.

    • @MenaceInc
      @MenaceInc 9 หลายเดือนก่อน +22

      Why not? Some people prefer a GUI tool, some prefer the CLI. Neither is wrong

    • @ysakhno
      @ysakhno 9 หลายเดือนก่อน +1

      @@MenaceInc yeah, and some, apparently, prefer to program by connecting wires to vacuum tubes

    • @MenaceInc
      @MenaceInc 9 หลายเดือนก่อน +24

      ​@@ysakhnoI think you need to reflect on why it matters so much to you

    • @krumbergify
      @krumbergify 9 หลายเดือนก่อน +4

      I also love to use the command line, but if you prefer a UI, more power to you :).

    • @germanassasin1046
      @germanassasin1046 9 หลายเดือนก่อน +3

      I prefer cli because it makes me feel smarter