CS50 2015 - Week 4, continued

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

4 years of computer science engineering ! didn't understand shit.
On week 4 on CS50, i understood most things :)
thank you so much.

PRATIKPB
Автор

This was my favorite lecture so far. I loved learning about the mechanics of pixels and such. Thank you so much for uploading this course!

iinmediasres
Автор

I was waiting for the enhance scene from Super Troopers, haha. I love this course/Professor. Thank you!

armymike
Автор

I just can't believe someone said the bliss image was from windows vista.
I can't.

uberchili
Автор

He says the word "arcane" at least once every lecture.

TurrettiniPizza
Автор

At 41:00 does *(t + i) mean "the value at address of t plus i bytes"? If so, wouldn't it be better do it like so *(t + i * sizeof(char)) to make sure that the right byte offset is added to the pointer, if I don't remember size of a particular data type, for example?

OttoFazzl
Автор

Why, at 48:17, did he have to use "swap(&x, &y)" rather than "swap(*x, *y)"? How does the use of the * differ from that of &?

connster
Автор

Lowest attendance, highest views... ;)

will
Автор

Intro should finish with good ole' Super Troopers

daveridarelli
Автор

I have one question" Why do we multiply when converting Ev to J alone"I hope someone will answer me quickly😢😢

dhsaad
Автор

im confused about addresses. So for example, if you say x=5, why does it change x to 5, and not just the address of x?

Akshay-cjhq
Автор

why does he say 42 "the meaning of life" ?!! where does it come from ?! was this a movie or what ???

abdelrahmangamalmahdy
Автор

There's this tiny high freq feed. My ears are annoyed.

sighko
Автор

well now it begins to be horribly complex 😣

aalhalimsd
Автор

try this
*(s+i) = *(i+s)
hence,
s[i] = i[s]

hasanalattar