14: Structs And Enums In C# | How To Use An Enum | C# Tutorial For Beginners | C Sharp Tutorial

preview_player
Показать описание
In this C# tutorial I will teach about enums and structs which are a type of "mini objects" we can use in our applications.

➤ GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

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

this guy is so much better than the $90 course I paid for on udemy

henrychen
Автор

My apologies if I seem tired/agitated on the video ':D
This video was my 3rd attempt at recording this since...
- My recordings ended up being corrupted
- My audio got cut off short (no battery)
- My camera ran out of power
- I had to use an over complicated way to send my camera files to my primary PC
Basicly everything went wrong ':D

Dani_Krossing
Автор

After looking up Enums, because the description in my literature isn't quite good, I found your C# Playlist. Best thing that happened to me for getting into programming.

dmsch
Автор

THIS GUY IS AWESOME!!! first he knows javascript and then he also knows game development in unity true PROGRAMMER!!!

gamedeveloper
Автор

Some people just have that ability to teach with clarity, like this guy ! Thanks a lot :)

wissalzaher
Автор

If you stay on YouTube, you gonna hit a million subs! Clear, and to the point! Many thanks!!

Duelweb
Автор

OMG ..I had never seen someone teaching codes this clearly and easily... thank you so much

leas
Автор

I love your setup. Actually seeing you type is just new and refreshing.

cainothecreator
Автор

Youre the only guy on youtube that truly makes me understand every concept. Thank you so much for making these videos <3

theaalicha
Автор

Thanks, bro! This was super helpful! I watched this a few days ago when I was considering using an enum for a switch statement and couldn't imaging why I would want to convert a string into an enum in your final example. Lo and behold, that is exactly what I ended up needing to do further along in my project. I came back here and got the info I was barely paying attention to the first time. Lol

JonathonMcClung
Автор

and your video the whole playlist is amazing and doesn't leave a gap which doesn't confuse the student its cool keep it up like the details man

senayfekadu
Автор

I felt like elon musk was teaching me c#. Lmao
Thanks for the video, was very helpful & informative.

shadyismad
Автор

Definitely good to know structs. I've never used them but I did have a question about a struct in a pre-interview assessment test

FrogsStacked
Автор

This is the best way of teaching. You deserve for more subscriber.

muhamadsyahrulfahmie
Автор

I say a good way to describe a struct is when you make a class abunch of memory is allocated all over the place for different parts of the class and you dont know where in memory each variable is compared to eachother meanwhile a struct like this would see the 3 elements 2 strings and an int (well it would actually be 2 character pointers and an int but I wont boggle down the details here) and make sure they are in the same order in allocated memory so if you have the memory address of the first character pointer that points to the first string and move 8 bytes forward you know you are at the memory address of the second character pointer that points to the second string. This makes structs a lot better to manipulate but they should only be used when you have a small amount of variables that should be next to eachother in memory

If none of that makes sense to you it doesnt matter for C# its more a carry over from being a C based language this stuff matters a lot more in C++ and C when you have total control over the memory

gaymerjerry
Автор

I don't know who you're. I don't understand programming at all, but I love you

ТимофейМахотин
Автор

You are the Master! Thanks for your very valuable help!

RodCast
Автор

"Person" is a small thing?! Kidding, thanks for the great info.

turbdonkey
Автор

Thank you so much, you'r amazing doing this

waleedbensumaidea
Автор

Thank You so much, very useful, looking forward to th next one.

vegetatutorials