CS50 Fall 2024 - Lecture 2 - Arrays (live, unedited)

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 26

  • @AgrimaSingh-w9d
    @AgrimaSingh-w9d Месяц назад +11

    When Professor David says that bytes are stored "contiguous and back to back to back," he means that in memory, the bytes are placed right next to each other without any gaps. This is important for understanding how data structures like arrays work, where each element is stored in consecutive memory locations. This allows for efficient access and manipulation of the data.

  • @barryjb
    @barryjb 25 дней назад +3

    Sound cuts out 48:31 - 48:36

  • @TeddyMaina-uf9ch
    @TeddyMaina-uf9ch Месяц назад +3

    Following along well here in Kenya

  • @lilliih
    @lilliih Месяц назад +3

    Amei a aula😊.

  • @Jasminrin
    @Jasminrin Месяц назад +29

    20:40 the class starts here... 🎉

  • @SphereofTime
    @SphereofTime 26 дней назад +1

    1:46:07 technically what is inside is

  • @rajdeepraj624
    @rajdeepraj624 Месяц назад +1

    Nice lecture dawid malan

  • @vikask6083
    @vikask6083 24 дня назад

    What do you guys do during the break time?
    I literally surfed internet to find what dav's salary is. 😅

  • @gpsvn
    @gpsvn Месяц назад +2

    What glasses the volunteers wearing?

    • @max_scherr
      @max_scherr Месяц назад +2

      Ray-Ban Meta glasses

    • @gpsvn
      @gpsvn Месяц назад +2

      @@max_scherr thank you. Now I can start searching to see what these glasses can do and why the volunteers were wearing them.

    • @Camelold
      @Camelold Месяц назад

      What would be the purpose? I failed to find it.

    • @ShoeDoe
      @ShoeDoe Месяц назад +1

      @@Cameloldbecause you’re not wearing the right glasses

  • @coffeebirdtree
    @coffeebirdtree Месяц назад

    How does the compiler know how to apply the function only with the prototype, if it is reading things line by line from top to bottom? I don't know if I worded that well, but it's been bugging me

    • @tanishqojha
      @tanishqojha Месяц назад

      the prototype just tells the compiler that there is a function that exists below the main function and when something related to the function we made comes in the main function, it knows that there's a function existing down the main one. if there's no prototype and as the compiler has top to bottom approach, anything related to the function we made will be new to it and it will show error.
      hope that i tried to solve your query bro.

  • @eugenemonaghan8943
    @eugenemonaghan8943 Месяц назад +2

    Hi,
    Stuck on CS50 wk1 Mario question
    I am stuck on problem set 1 Mario Question and importing the source code. I keep getting this response: cs50 make: * No rule to make target 'mario'. Stop.
    I found this from 2019 but its doesn't really explained how to fix it:
    ruclips.net/video/e9Eds2Rc_x8/видео.html
    Can you help? Im now doing an edx course on git to try to help with it.
    Thanks.

    • @afj2010
      @afj2010 Месяц назад +1

      Type “ls” on the terminal to check if the file mario.c is actually there and not in a different folder

  • @patatastudios766
    @patatastudios766 Месяц назад +5

    when is the next live class?

    • @Jasminrin
      @Jasminrin Месяц назад +6

      You mean week 3 lecture? On 23rd September same time.

  • @demonic6266
    @demonic6266 Месяц назад +1

    Hi, ive just started cs50x 2024 on the website and i would like to ask if i could just watch the new vidoes aka the future cs50x 2025 and put in the homework of this one to the website to be corrected or di i have to do the 2024 version since they have different assignments/homework
    Also is there anything new in the 2025 version compared to the 2024

  • @KrishnaPanjiyar-nw3lc
    @KrishnaPanjiyar-nw3lc Месяц назад

    Does it have something new said or taught , as i am following the last course of CS50x

    • @Dere8yanko
      @Dere8yanko Месяц назад

      тот же вопрос

    • @yaroslavx6447
      @yaroslavx6447 20 дней назад

      The changes won’t be crucial, the best would just finish what you started imo