C Programming Tutorial - 44 - Arrays and Pointers

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

This makes computer science so fun. I cant stand lectures with no personality, very uninspiring. These vids are the best!

Submersed
Автор

"There is more to an array that meets the eye"
-thenewboston, 2014

2deep4me

matthewnotreal
Автор

i realized that u really try hard to explain this vid in an appropriate way for ur vid followers to catch something from it
that means a lot to me, thanks alot
keep it up

wahidhamidy
Автор

This is an amazing explanation!
I've been coding for years and needed a refresher on pointers.

alexandersage
Автор

&arr[1] is equivalent to (arr + 1) AND, arr[1] is equivalent to *(arr + 1).
&arr[2] is equivalent to (arr + 2) AND, arr[2] is equivalent to *(arr + 2).
&arr[3] is equivalent to (arr + 3) AND, arr[3] is equivalent to *(arr + 3).

adsgfsgd
Автор

From almost 7 years later, your vids are awesome!

ZZENWAY
Автор

I was having some serious problems with pointers and stuff before i saw your videos!
Thank you so much man! You're doing an amazing job here!

osamazahid
Автор

The clearest video I've watched about pointers and also arrays

bugraates
Автор

newboston many thanks to you ;) A lot of your tutorials refreshed me, and pointers was perhaps one thing which I was not able to do at university. Because boring theory without practice. So that time I made myself a sokoban game, I think without pointers but they needed it there, I sent my assignment after day d, should be for 0 it was 4/5 I did that on my own, and I loved it.
Now I think this is the core puzzle I also needed to go with deep understanding. Thank you for your time and very nice explanations ;) and keep up good work ;) you are my inspiration :)

MatusDubrava
Автор

Cool, thanks. Couldn't have uploaded this better time because right now I'm doing a C programming course!

evothepker
Автор

6 years later, still good info. Thanks.

KunGxAzn
Автор

Guess i'm a bit late, but thank god I found your lectures Bucky! I learn more here than throughout my whole semester! And now I can finally understand pointers and actually have fun at the same time! Bucky saving one more Engineering student!

andrecosta
Автор

Thanks for all of these tutorials i really appreciate it!
I think you are very easy to understand. And that you are great at teaching!
it was perfect brush up videos for me

mortenkarlsen
Автор

after so many videos and books...i finally understood in 9 minutess . thank you so much.

ElifArslan-lg
Автор

if you were have 3 kids, you would name them as "i, tuna and meatballs" im pretty sure about that.
Boy one would be "Meatballs" lol

GuyFawkess
Автор

your tutorials are a bit like game of thrones.

I just wanna watch the next episode as soon as the current is finished

TheMrsStinsfire
Автор

Thank you so much for putting in the effort for these high quality videos... So helpful

mattchew
Автор

Good stuff.
Like the subject matter and coverage --well done!

NOPerative
Автор

Huge bro. Things clicked with this vid, preciate the help.

christianpark
Автор

Thank you thenewboston your videos are really helpful and they helped me a lot in my c programming course. Thank you.

mohitsingh