How to Master C++ - Jim Pascoe - ACCU 2023

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 10

  • @Alex-ri1zn
    @Alex-ri1zn Рік тому +6

    Always appreciated when speakers add a resources/books section!

  • @njd9828
    @njd9828 Рік тому +3

    Well done Jim!

  • @mariusirgens5555
    @mariusirgens5555 Рік тому +3

    Really good recommendations. Especially the Stroustrup article. Gonna read it this weekend.

    • @mariusirgens5555
      @mariusirgens5555 Рік тому

      The "article" was 145 pages long so it took a bit more than one weekend to read 😅

  • @__hannibaalbarca__
    @__hannibaalbarca__ 9 місяців тому +1

    Hello ;
    I m in way to put papers : mathematics of C++. Looking for what mean classes and enumeration, as mathematical objects, (treat classes as sets definition) topology mixed with …
    Is there any one in this way.

  • @newaccount-r3g
    @newaccount-r3g 8 місяців тому

    How long did it take for you guys to fully understand the language, along with its data structures and object-oriented programming concepts??

    • @MrValsung
      @MrValsung 7 місяців тому +1

      i would say that you would have to elaborate further on what you are trying to ask before you could receive a fruitful answer. I've been casually programming in C/C++ for about 6 months now, and I would say that I have a decent grasp on the language, and possibly on Data Structures as well?
      from what I understand, Data Structures are simply a means of creating 'automated' dynamic memory allocations that are stored in a particular manner that is conducive to fast searches for accessing/manipulation dependent on the behaviour of what the structure contains. C++ has libraries that do all the heavy lifting for you, with the most obnoxious aspect being overriding the means of indexing or searching said containers.
      I haven't watched this vid yet (almost always look at comments first), but I would say that I'm at the outer most edge of a Beginner C++ programmer. Mostly cos I have no clue what constitutes an intermediate or advanced programmer in general; or within a particular language.

  • @Roibarkan
    @Roibarkan Рік тому +1

    15:19 here’s a talk from cppcon 2022 which covers a good performance todo list: ua-cam.com/video/qCjEN5XRzHc/v-deo.html

  • @rolandinnamorato1953
    @rolandinnamorato1953 9 місяців тому

    Step 1. Don't write bugs.

  • @flflflflflfl
    @flflflflflfl Рік тому +4

    Step 1: don't