Well that don't work well in a youtube comment section. Do you have a video of the best c# functions cause I can't find one.
@lolboqoboqoАй бұрын
You're the best thanks for giving us the codes great videos, awesome job man, take care of yourself!
@bakastep310710 ай бұрын
I can't thank you enough for making this video. This might get buried in the comments, but I always find myself coming back to your videos for help.
@crazydave6787 Жыл бұрын
Short sweet and to the point. Just the refresher I needed
@expansivegymnast1020 Жыл бұрын
Thanks! I like the short videos like this about smaller subjects. Sometimes I just need a refresher and not an hour long thing about it.
@e.dnorth Жыл бұрын
thanks! i was confused by the training explanation in my course, and this explained exactly what I was confused by their wording!
@LincyMcGabby8 ай бұрын
Had a tough time trying to understand multidimensional arrays in class, but I easily understood them straight away when I watched this video. You're the best Bro💯
@ninjanick57694 ай бұрын
Thanks alot dude, 1st year game developer here,so your videos help alot when my lecturers dont feel like answering my freshman questions anymore
@krevin5436 ай бұрын
This is a great video! In my SoloLearn course I was confused by their introduction of {2,3} bracketed values into the multidimensional array exercise and how that effected the rows and columns in the index. Prior they had been using [8,8] code to set the rows and columns.
@spartanranger3 жыл бұрын
Thanks for the video Bro.
@fushitensho78402 жыл бұрын
Wonderful, but I rather use "type[ ][ ]" instead of "type[ , ]", so it's easier to make dynamic irregular matrix if i want to :)
@hlongwane.luyanda5 ай бұрын
Isn't that jagged arrays though?
@jay-leeshih258 Жыл бұрын
i love you so much bro TT helping me pass my degree
@definitelynotchris47763 ай бұрын
I feel like it should be illegal to watch something this good for free
@moeketsiisaac420027 күн бұрын
i wish i had known about this channel when i started my degree in IT, Bro you make C# a child's play
@HishamButt-ue5rc5 ай бұрын
Hey! i know you wont see this message but ive learned C# from you, thank you!
@lateamskul Жыл бұрын
Very interesting😀! Thanks
@Alexhusen46078 ай бұрын
Thanks so much it was really useful for me
@MS-pq4il Жыл бұрын
So easy 🤟🔥 Thanks ❤❤❤
@maxwong17682 жыл бұрын
For 2D array : String[,] array_2D = { {"x0y0" , "x1y0"} , // y0 {"x0y1" , "x1y1"} , // y1 }; // just like a table in coordinate system . for (int y=0; y
@dileepsaisharan9107 Жыл бұрын
Thanks for the 3D Array example brother
@BrandonFerrentino2 жыл бұрын
isnt an array of arrays a jagged array?
@anthonysteinerv2 жыл бұрын
Nope
@anatolii22027 ай бұрын
wow that`s a long way actually, week number 2 and lesson number 30 brooo. thank you for help, i start to understand something now
@duck74453 ай бұрын
Wow this is pretty complicated! I cant believe this is counted as intermediate. I wonder what advanced topics will be
@davor15993 ай бұрын
This is basic. Not intermediate
@Michael_the_believer2 ай бұрын
its introduction beginner level
@tuckbuckk54652 жыл бұрын
Thanks for help making me understand! Also sweet name
3 жыл бұрын
Thank Bro!
@asrbekmirsoatov7664 Жыл бұрын
I think in the for statement: onter loop for lows and inner loop for colums
@rishitkumar7076 Жыл бұрын
bro looks like a certified car geek.(Me also)
@user-gk9fn8pu1f Жыл бұрын
thank you man!
@fornowhere72645 ай бұрын
i know this is 3 years old but I need to be adding new values onto the 2 dimensional array and I need to add whole 1D arrays to the rows of the 2D array and idk howwwww
@GonConDon9 ай бұрын
Thanks!!
3 жыл бұрын
Thanks Bro!
@viniciuslima10642 ай бұрын
Thx bro
@azazelfreefire Жыл бұрын
using System; class Program { static void Main() { const string message = "I just love uhh bro"; const int repetitionCount = 100000000; for (int i = 0; i < repetitionCount; i++) { Console.WriteLine(message); } } }
@hemacod32033 күн бұрын
UNDERRATED COMMENT
@איתןישייב8 ай бұрын
you are a big W
@purpliciousarmy2 жыл бұрын
Thank you
@Miki-gd4rq Жыл бұрын
thank you
@sethverhaert112 Жыл бұрын
saved me once again
@budderrar57512 жыл бұрын
noice
@kimiannalapo1092 Жыл бұрын
Why the output declared the 3 elements of 0,1, and 2 array? He just used 0 and 1 array in his for loop condition, but he got those 3 elements of 0,1,2 array instead of 0,1 array only.. I'm confused about it.. Anyone can help me to understand that last part of the video?
@CartoonzWorld-qk6kf Жыл бұрын
Where is jagged array
@vaderfloyd6926 Жыл бұрын
I’m confused as to why he was able to fit 3 arrays in a 2D array? Looking for a friend
@SimplyZaidy3 ай бұрын
bro neither wastes his time nor ours... be like bro
@whitedinamo2 жыл бұрын
lesson check
@ShahFahad-n2s2 ай бұрын
my teacher teach me this in 2 hours
@jaerug.libanan8620 Жыл бұрын
I love you
@justsomeguy45803 жыл бұрын
i thinkkk im going o skip this oneeeeeeee
@furkanaltun21163 жыл бұрын
@@perhel2396 i didn't full understand that lesson too
@cameronthomas33982 жыл бұрын
@@perhel2396 lol
@Rahulsingh-theraha2 жыл бұрын
it is just list in list but bit syntactically bit weird honestly
@manameisjeffie6562 жыл бұрын
thnx, but why did u said that this topic is hard, it really isn't