C Programming Tutorial 98 - Working with Structs (Part 1)

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


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

What happened at the end... I was starting to catch up and then.. Music!

yadu
Автор

And just in time when the complexity increased the video stops lol

MaheshKumar-lqxm
Автор

I was confused by structs whenever I ran into them before, but I totally get it now, this made it easy, thanks!

PixelWitch
Автор

I was watching this video and I was not signed in youtube. I just signed in to like it and put this comment to say how brilliant it was and how you explain things thoroughly! Thank you!

RameenFallschirmjager
Автор

Struct your stuff Caleb!

And also, as other people have mentioned, that music seemed to cut things off rather abruptly while you were still explaining things. I think it may have been best to finish the explanation, or announce that you would continue it in another video. But even so, I still think your videos are amazing, and thanks so much for making and sharing them!

PunmasterSTP
Автор

Thank you Caleb, you are SUPER AWESOME! Also Big thanks for zooming in so nicely, easy to read even on phone!

EnglishRain
Автор

You completely lost me at the end. Are you saying you can name multiple structs the same thing, and the program doesn't get confused? How?

jodysschoolchannel
Автор

Perfect length and so much information - amazing!

CrocodileRocker
Автор

Thank you so much. I learned in minutes what my teacher told me in 3 hours and I did not understand( I used google translate and I hope I did not write anything wrong)

aysekalkan
Автор

Thank you! You explained it better than the book and everyone else on YouTube

HS
Автор

idk how you thought to do that with the outro but it implanted the content into my head. very clever!

andronickmartusheff
Автор

So a struct is like a class in any other programming language with the difference of field privacy and that it can't have methods?

jdsflk
Автор

To print structs of structs:

buildingPlan house1 = {"Caleb", 20, 20, -4158, +587};

printf("Owner: %s, Area: %dx%dm², x: %d, y: %d\n", house1.owner,
house1.houseArea.length, house1.houseArea.width, house1.position.x, house1.position.y);

This series of videos was good, but at the end I felt that Caleb run too fast and didn't explain everything, btw I've missed how to store data into a .txt, malloc, realloc etc.

tiagodmota
Автор

heading into my lab final tonight feeling a lot more confident!!! thank you!

missflecha
Автор

I like this kind of tutorial. Short but very informative.

JP-vgvl
Автор

You should make a video on Union. It seems to be similar to Struct but the difference between the two is confusing. Great videos, by the way.

Orvillefpike
Автор

Thank you for all your hard work on creating these videos and helping me learn!! Keep up the good work!

mrjoeysouza
Автор

Thanks man, I've been battling these things a bit and I think it's because the syntax is a bit wishy washy, you cleared that right up.

TheScoobysteve
Автор

These videos are incredibly helpful! Thank you for the info!

TomOtero
Автор

Your videos are awesome! I was having trouble understanding structs at first but this video helped me catch on immediately!

shanepeterman