How to Program in C# - Variables (E02)

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 1,2 тыс.

  • @radioactive_chester4773
    @radioactive_chester4773 3 года назад +704

    I DID THE HOMEWORK YOU GAVE ME WITH NO HELP, I've never felt so happy

    • @itsclaver7125
      @itsclaver7125 3 года назад +19

      that was so easy lololol

    • @Hunter-qv1ko
      @Hunter-qv1ko 3 года назад +132

      @@itsclaver7125 some of us are new at coding claver...

    • @Spaget
      @Spaget 3 года назад +31

      @@itsclaver7125 Some people are new stfu

    • @electroman224
      @electroman224 3 года назад +62

      I know, right? I had the biggest smile on my face, it just felt so good to have made something all by myself!

    • @shahsoftinc.2459
      @shahsoftinc.2459 3 года назад +8

      @@itsclaver7125 stfu

  • @Orincaby
    @Orincaby 4 года назад +644

    Interesting tip: When you're declaring variables (not assigning a value to them), you instead of writing time on a seperate line for every variable, you can actually do this in 1 line.
    Example: **int a, b, c; ** is the same as:
    int a;
    int b;
    int c;

    • @mosquito_hate
      @mosquito_hate 4 года назад +25

      Lol
      I'm bored
      Haha
      It's
      A
      Prank
      Get rekt noob

    • @Orincaby
      @Orincaby 4 года назад +31

      every day we stray further from god

    • @mosquito_hate
      @mosquito_hate 4 года назад +17

      No we get closer to God lol
      Almost too close

    • @Orincaby
      @Orincaby 4 года назад +13

      @@mosquito_hate OH YOU LITTLE S-
      well played

    • @mosquito_hate
      @mosquito_hate 4 года назад +12

      I hope you don't break your finger lol
      Well now you did
      Sorry ily bro
      #nohomo
      I apologize if you're a girl lol

  • @silverrain530
    @silverrain530 4 года назад +82

    I've watched several tutorials on coding before but it always felt like I was just manually copy pasting what the tutorial said. I actually am understanding how everything works with this tutorial which allows me to create things on my own via code. Thank you.

    • @besdonshala1409
      @besdonshala1409 4 года назад +6

      Same, all the other tutorials were way too.. Idk how to put this... they were too specific, I am truly learning from this video.

    • @cozytamim9794
      @cozytamim9794 4 года назад +1

      Me Too Bro, It Was Just Like I am Stelling Codes!

    • @sonytv9246
      @sonytv9246 2 года назад +1

      yea dude brackeys is the best to learn from and actually understand

    • @loyisobada800
      @loyisobada800 Год назад +1

      Same bra

  • @hpfan136
    @hpfan136 4 года назад +95

    As someone who was scared to enter the coding world Brackeys has made learning C# extremely easy.

  • @Sboom-ir8fq
    @Sboom-ir8fq 4 года назад +325

    Friend: whoa how do learn c# like that?
    Me: Brackeys is a pathway to many abilities some might consider unnatural

    • @duckzeppeli5165
      @duckzeppeli5165 4 года назад +7

      that do be tru tho

    • @VBFilms
      @VBFilms 4 года назад +7

      I have learned so much in the last 8 months from RUclips that I never thought I could code even games I've done so far. I can even take part in Game Jams and finish a quite polished game in under 40 hours of work. I thought I couldn't even take part in ludum dare in a few years but I think I'm ready.

    • @8ubzza257
      @8ubzza257 4 года назад +5

      Mr Hitler wishes you good luck ^_^
      VBFilms

    • @pugiguess6548
      @pugiguess6548 4 года назад +1

      @@VBFilms how did you learn? Just brackies? I'm just starting to learn, and am watching these tutorials.

    • @VBFilms
      @VBFilms 4 года назад +1

      @@pugiguess6548
      Check my other channel here on what I've learned so far. ruclips.net/channel/UC0fZn0XcjRZNxakHUXC277A but basically decide on a smaller game you want to make. Then start building it piece by piece. A lot of the tutorials give good insight on basic stuff but the real difficulty comes from connecting the pieces together. Where I actually learned the most was Charger Games here on RUclips. He has a few 4 hour videos on C# and then by following his tutorial on a 2D Racing Game taught me all the basics. After that it has just been google and Unity documentation.
      So in the end it's not about the complicated stuff. I see a lot of people askimg questions like "teach me how to make mmorpg/rts?" If you dont see what is wrong with questions like those you still need to learn more about the basics.

  • @expanda1111
    @expanda1111 4 года назад +877

    The comments: ALready know everything im just watching it because its brackeys,
    Me: Im watching TO LEARN!!!!!

    • @ReyAdamsVT
      @ReyAdamsVT 4 года назад +14

      Same for Me!

    • @hamzamasmoudi8708
      @hamzamasmoudi8708 4 года назад +6

      yeah

    • @Fire-lz5wx
      @Fire-lz5wx 4 года назад +13

      im glad im not the only one xD

    • @rafaeu292
      @rafaeu292 4 года назад +5

      Almost same

    • @aether7005
      @aether7005 4 года назад +11

      don't let that bother you. just focus on understanding and practicing what you are learning to better understand it.
      if you need help Brackeys has a discord server with a channel to ask programing questions.

  • @MyGamer125
    @MyGamer125 3 года назад +135

    6:09 “Displaying a name isn’t very exciting.”
    It is when you have absolutely no confidence in your coding abilities

    • @themineballoner3652
      @themineballoner3652 3 года назад +4

      yep, first time coding and thought this was going to be a pain for just this

    • @Ray-eg5bp
      @Ray-eg5bp 3 года назад

      69 likes

  • @antonb5504
    @antonb5504 4 года назад +21

    I wish there was a complete series covering every basic. These tutorials are really good, better than anything I’ve seen before. Very descriptive, and still makes it even enjoyable to watch.

  • @valeriomenghini6219
    @valeriomenghini6219 4 года назад +67

    IF YOU HAVE ANY PROBLEM WITH DEBUGGING THE PROGRAM REMEMBER TO CHANGE THE STRING
    IN LAUNCHE.JSON
    FROM: internalConsole to externalTerminal

    • @mariusholten5740
      @mariusholten5740 2 года назад +1

      It still doesnt work for me

    • @ggame1022
      @ggame1022 2 года назад

      @@mariusholten5740 try changing the letter size

    • @syroin123
      @syroin123 2 года назад +4

      You Sir saved me from pulling out my hair, thank you!

    • @hatchedpuppy
      @hatchedpuppy 2 года назад +1

      @@ggame1022 what if this still doesnt fix debug ussues and his says something different on the first few lines of code with class and whatever all that is

    • @skyluka2992
      @skyluka2992 2 года назад +2

      Oh my god thank you so much! I have been trying to figure out what's wrong for the past 2 days!😅

  • @0997udan
    @0997udan 2 года назад +115

    I've done the "homework" for episode number one, I made a small story for it, and it was SO MUCH FUN! I can't wait to watch this episode! I have only one thing to say: Brackeys, THANK YOU VERY VERY MUCH! I appreciate the work that you have done and hours spent for such awesome content!

    • @HazardIg
      @HazardIg 2 года назад +11

      What'd you do for yours? Mine was
      This is the tale of a fellow named..
      (This is where you put a name, I chose beebo)
      ...was an odd fellow. They would prance around
      (An adjective of sorts, I chose naked)
      While chasing random citizens..
      Until one day he was
      M U R D E R E D
      (Murdered is in red)

    • @el_priet0kun373
      @el_priet0kun373 2 года назад +7

      I feel like this is one of the most non toxic coment section EVER! I love how there is no arguments or controversy

  • @rafaeu292
    @rafaeu292 4 года назад +48

    I watched like 5 tutorials on youtube, and a single and smaller tutorial from him is better and gives me more information than all these 5 togheter

    • @Modgey
      @Modgey 3 года назад +7

      ​@@rajsikri9364 Nice comma you baboon

    • @tumnaka913
      @tumnaka913 3 года назад

      @Anshnoor Singh agreed

  • @dersps5905
    @dersps5905 4 года назад +56

    I'm not actually watching this because I've watched about a million programming beginner videos, but as soon as we've got the very basics out of the way, I'll be on board. Also I really like the thumbnail.

    • @Aditya-wg3lp
      @Aditya-wg3lp 4 года назад

      Der SPS me too

    • @equation1321
      @equation1321 4 года назад +1

      then why not watch it again? (jk)

    • @Aditya-wg3lp
      @Aditya-wg3lp 4 года назад

      gamer i almost didn’t read the “(jk)”

    • @equation1321
      @equation1321 4 года назад

      Aditya M. Close call eh

    • @maxdrvn
      @maxdrvn 4 года назад +1

      Kind of a waste. The basics should be covered by... September?

  • @shroomba4127
    @shroomba4127 4 года назад +3

    I was doing a course on c# when I came across this series. You have no idea how much visuals and a person help me learn programming. Thinking of variables as types of containers really made a difference for me. Thank you

  • @profalba8408
    @profalba8408 4 года назад +7

    Thank you for making these. I've wanted to learn coding in the past but never knew how to tackle it. The little challenge at the end makes it even better because it made me use what you just said on my own unlike most tutorials I've found.

  • @JustJory
    @JustJory 3 года назад +206

    Brackeys: Today were going to learn about Variables!
    Me who has been using scratch for 4 years:
    i am 4 parallel universes ahead of you

  • @adil080_
    @adil080_ 3 года назад +18

    small tip i have: you can define multiple variables of the same type in the same line.
    for example
    type name, name2, name3;
    name = value;
    name2 =value;
    name3 = value + value2;

  • @emoil.06
    @emoil.06 4 года назад +23

    I really could use this tutorial a half year ago, but now I‘m pretty fine at C#. But I‘m still glad that you make videos for beginners and for the people who are starting to games this is a super duper tutorial.

    • @tvguideondemand
      @tvguideondemand 4 года назад

      So true. His How To Make A Game series is really great but he didn't go very in depth with the coding part. It took me weeks to learn that functions can return variables, because I just jumped right in to Unity instead of learning C# properly.

    • @pugiguess6548
      @pugiguess6548 4 года назад

      how did you learn?

    • @emoil.06
      @emoil.06 4 года назад +2

      Mainly RUclips tutorials, but google helps too and over the time it fits. Learning by doing that’s my advice. Create as many scripts as you can and suffer as often as you can. It really helps correcting your own mistakes!

    • @pugiguess6548
      @pugiguess6548 4 года назад +1

      @@emoil.06 okay! Thanks!

  • @DoughyDoughRoblox
    @DoughyDoughRoblox Месяц назад

    Ever since my love for coding started, it felt like a hole being filled in, perfectly fitting, Brackeys has helped me regain my sense of calmness, because whenever im not coding I go nuts, like absolute nuts (not too nuts to where I have to go to a mental hospital) but all jokes aside, thank you for helping me and other beginners.

  • @jarllunde
    @jarllunde 3 года назад +3

    I'm 31 and just started learning programing. You are a really good teacher. Love this! :)

    • @ramip9477
      @ramip9477 3 года назад

      sadly he quited programing 7 months ago

    • @crychock5766
      @crychock5766 3 года назад +1

      @@utkuberkentekinsoy8900 and you left this comment 7 hours ago

    • @rpgduck7344
      @rpgduck7344 2 года назад

      @@crychock5766 and you left this comment 2 months ago

    • @peacemaster8117
      @peacemaster8117 13 дней назад

      ​@@rpgduck7344and Brackeys came back 3 weeks ago

  • @groundhog3051
    @groundhog3051 11 месяцев назад

    This dude is the ONLY good teacher ive seen all his videos make sense and are so so so so so helpful

  • @d-bro-sector36
    @d-bro-sector36 4 года назад +3

    I had to press pause for a bit just to tell you how awesome you are. You are a great teacher! Your explanations are wonderfully clear. And I said this before, but your smile and your voice are SO pleasant, it makes all the difference in learning and understandig. I might even be secretly mancrushing here, hahaha.

  • @maksimstatsenko6934
    @maksimstatsenko6934 10 месяцев назад +1

    thank you for spending time for those videos, way better then study somewhere in google

  • @hihi-tz5jb
    @hihi-tz5jb 4 года назад +5

    This is a good video, I am learning really quickly as I have had coding experience before. It's sad that you've stopped making content.

  • @frozeynight
    @frozeynight 4 года назад

    In school they showed me how to do this in python, but i needed to wait for 7 years... Now u come and show me it in like 3 weeks. You are a real hero!

  • @bjideas
    @bjideas 4 года назад +296

    The moment you realize that you learned variables in his last how to make a game.

    • @valzzu
      @valzzu 4 года назад +7

      I made an simple calculator without this tutorial cuz unity and c#

    • @kaan732
      @kaan732 4 года назад +15

      @@valzzu good for you

    • @TDAdoesminecraft
      @TDAdoesminecraft 4 года назад +5

      Dammmmnmmmmmmmmmnnnn that happened with me yesterday

    • @bjideas
      @bjideas 4 года назад +3

      @Dylan McGrath yeah. check my YT channel if you what. Totally not bothering you to watch it..... still not..... nope...... ok maybe a little......... PLS! its minecraft videos

    • @thecannyking8906
      @thecannyking8906 4 года назад +2

      lol same

  • @electronicstube4522
    @electronicstube4522 4 года назад +2

    Finally found some c# tutorials that really dont bore

    • @electronicstube4522
      @electronicstube4522 4 года назад

      @Alex Breaux I use adblocker and I haven't seen any ad on the web(Including youtube) from 2 years. No ads no revenue

  • @nhggr
    @nhggr 3 года назад +3

    These tutorials are so helpful and doing the "homework" after really helps the code stick in your head

  • @ineedhelp5844
    @ineedhelp5844 3 года назад

    honestly the best tutorial so far. all of the other tutorials were either outdated or made no sense what so ever but my main man brackeys coming in clutch

  • @sekki2554
    @sekki2554 4 года назад +142

    The parts are coming so slow, i don‘t know if people should watch this series already to learn something. I would wait for the last part and then begin with it or watch a second series too, so you get constant input.

    • @ujjwalrajput0612
      @ujjwalrajput0612 4 года назад +1

      yes please make video at least 5-day per week

    • @StrawhatCrunchy
      @StrawhatCrunchy 4 года назад +1

      I write down notes for me after every part. Otherway I would forget everything xD

    • @maxdrvn
      @maxdrvn 4 года назад +4

      Content is fine. But at this pace, it will take months to get to the cool stuff. No pressure but, couldn't the serie be longer or more frequent?
      I already learned to use inheritances within two days.

    • @arthurfinn9161
      @arthurfinn9161 4 года назад

      true :/ i love the series but soooo slow

    • @ginemginem
      @ginemginem 4 года назад +4

      It's actually bad pedagogy. The time in between lessons is too long to be able to have the last lesson clearly in memory when you get to the next one. People might not see it as a problem now, but I think it will be felt once more complex concepts come into play.
      The gap should be 3 days at most.

  • @cebispicis
    @cebispicis Год назад

    you know, i genuinely feel that because of your vids, i now have fallen in love with C#. thank you very much, Brackeys.

  • @nooptiui
    @nooptiui 4 года назад +19

    I'm so happy he made the next vid, I was kinda sad that last week he didn't make the next vid, bit whatevs.
    Btw, Isn't this the same as his older vid, that he made like three years ago
    Another edit: Each time we complete a challenge, must we just delete that code

    • @hypehextech4680
      @hypehextech4680 4 года назад +1

      this is a more updated version. it was made 6 years ago FYI.

    • @nooptiui
      @nooptiui 4 года назад +1

      @@hypehextech4680 oh thanx

    • @equation1321
      @equation1321 4 года назад +5

      "must we just delete that code (?)"
      you could either do that but another option is to comment it out using "//". in which case it wouldnt execute and run it would just skip that line

    • @equation1321
      @equation1321 4 года назад +4

      attempt one at trying to be smart

    • @mixer0014
      @mixer0014 4 года назад +2

      "Must we delete that code?"
      My approach is to have one program using every piece of code shown in these videos, and as soon as other parts come out make it even more complex.
      I've already made the conversation challenge and now spiced it up with variables.

  • @DamarcusBW9
    @DamarcusBW9 3 года назад +1

    I started by watching the first video in the series on how to get into coding. And I did the challenge at the end of the video on my first try. I'm surprised by how intuitive this is. My main goal is to make a simple game by the end of 2021. Thank you for teaching me. I will now go on and finish the rest of this series before I go to bed and think about this some more.

  • @francescomulas6477
    @francescomulas6477 4 года назад +7

    Please SUPPORT HIM or he wont make others episodes of this course, and I NEED others videos.

  • @el1minationtv
    @el1minationtv 2 года назад +4

    If anyone is having trouble here is the code to solve the question:
    Console.WriteLine("Give a number");
    int number1 = Convert.ToInt32(Console.ReadLine());
    Console.WriteLine("Give another number");
    int number2 = Convert.ToInt32(Console.ReadLine());
    Console.WriteLine("Give a third number");
    int number3 = Convert.ToInt32(Console.ReadLine());
    int sum = (number1 + number2 + number3);
    int mean = (sum / 3);
    Console.WriteLine("The mean of the numbers is "+mean+"!");

    • @JeraTravels4595
      @JeraTravels4595 8 месяцев назад

      If you swap (int) with (double) you can use decimal values in your variables/results.

  • @danielmaric3059
    @danielmaric3059 4 года назад

    WOW! When I watched others c# videos it was boring, a lot boring, and then I was depressed(not depressed but bored), so I return watching c#. Then this video was 4th so clicked and it was fun. Thanks for this awesome experience. Regards from Croatia.

  • @Xd_Dones
    @Xd_Dones 4 года назад +282

    hi

    • @SHAHSAMINYASAR
      @SHAHSAMINYASAR 4 года назад +1

      yes..I am following this path..Thanks!

    • @priyanka6322
      @priyanka6322 4 года назад

      Thanks

    • @Brick_Eater_
      @Brick_Eater_ 4 года назад

      very true.

    • @longlivepeatmos
      @longlivepeatmos 4 года назад +2

      Im watching the video 3 times over and writing down everything he says.

    • @Bwabel
      @Bwabel 4 года назад

      Thank u

  • @braisonorina3922
    @braisonorina3922 4 года назад

    i felt like i the wait for this video was at least a year. i love these, this is the first time in my life i have ever properly learnt anything from the internet

  • @micajahnordyke5760
    @micajahnordyke5760 3 года назад +3

    I did the challenge and it worked 💪 Feel like Bill gates RN

  • @stevevokhe
    @stevevokhe 4 года назад +1

    Not an ad, but milanote is really useful we are using it with the team and it makes things much easier.

  • @sinsgal
    @sinsgal 3 года назад +5

    I felt very happy after making a super simple calculator

  • @drfelixerhirhie4899
    @drfelixerhirhie4899 2 года назад

    This is the best coding channel and everything here is really genuine

  • @libberator5891
    @libberator5891 4 года назад +21

    The moment he only showed decimals as commas instead of periods. NA gonna be maaaad.
    I respect it.
    I don't use commas for decimals,
    but I respect it.

    • @thedevelopershow06
      @thedevelopershow06 4 года назад

      i don't understand whatchu mean by that but then again i'm an amateur developer.

    • @antonb5504
      @antonb5504 4 года назад +1

      Yousif Al-sewaidi In USA they type 5 point 5 like 5.5 but in most other (basically all) countries they use commas instead of dots, so 5,5. Just like fahrenheit... metric system... time system, length... everything really.

    • @djeieakekseki2058
      @djeieakekseki2058 4 года назад +3

      Anton B I don't think in most other countries they use commas for decimals.

    • @nuclear7622
      @nuclear7622 4 года назад +1

      @@djeieakekseki2058 Yeah I'm from the UK and we use periods.

    • @xcreators5192
      @xcreators5192 4 года назад +3

      @@antonb5504 i have lived in 3 different countries but never seen a comma for decimals, donno wat you talking bout

  • @keeganbrakhage7835
    @keeganbrakhage7835 3 года назад +1

    it felt so great for me to do the challenge and figure out how to get the average of three numbers without you telling me exactly how to do that. these videos are awesome.

  • @loganjones5537
    @loganjones5537 4 года назад +104

    Me: watching brackeys videos when I already know all the content

    • @sachanhardik
      @sachanhardik 4 года назад +1

      yeppp!!!!

    • @Howdyhowthis
      @Howdyhowthis 4 года назад +1

      sometime comeback watching this is soothing. Is it only me.

    • @loganjones5537
      @loganjones5537 4 года назад +1

      @@Howdyhowthis naw I watch brackeys vids in the background just cause they're so calming and good

    • @csongorkertesi976
      @csongorkertesi976 4 года назад +1

      same :D

    • @sawuk
      @sawuk 4 года назад +1

      Ditto 🙂👍

  • @bonvo1198
    @bonvo1198 4 года назад +2

    A HUGE TIP.
    I learned the hard way, when making a new file, MAKE SURE THAT the program that you want to run has a CAPITAL "M" in "Main" and ONLY one program can have a capital "M" at a time.
    Hope this helps :)
    using System;
    namespace [ place holder for folder name]
    {
    class [ place holder for file name dont include the ".cs"]
    {
    static void Main(string[] args)
    {
    }
    }
    }

  • @Labiote
    @Labiote 4 года назад +31

    Me knowing C#, java, c, c++, python and others programming language : wow. Interesting.

    • @master.9202
      @master.9202 4 года назад +2

      well when you know c++ you know c for sure, so you cant really count that. java and c# are also really similar to c++. Techincally, you know 1 langauge with different ¨extention¨. Im just saying

    • @_matte
      @_matte 4 года назад

      @@master.9202 how the fuck is java and c# similar to c++?

    • @sangeetavishwakarma5106
      @sangeetavishwakarma5106 4 года назад

      I think he saw the basic syntax {}
      Common in three languages...
      But basically c# is similar to Java

    • @Anonymous-ov1vh
      @Anonymous-ov1vh 4 года назад +1

      @@master.9202 c++ is not simillar to java actually but It's(c++) the most difficult programming language.

    • @gregd9887
      @gregd9887 4 года назад +3

      If you already know the languages, then why are you watching a basics video? Did you just need a place to assure others of your sense of self-importance? It’s like going into a kindergarten class and making fun of the teacher for teaching kids how to read. Ya basic.

  • @prodbyraiden2438
    @prodbyraiden2438 3 года назад

    Brackeys is easily without a doubt the most educational and easiest channel to learn coding from

  • @yurykup_5108
    @yurykup_5108 3 года назад +4

    Brackeys: here's a challenge!
    Me: * uses methods and classes to do the challenge *
    Brackeys: No! That's not how you're supposed to play the game!

  • @gerardoventura4988
    @gerardoventura4988 3 года назад

    This is by far the best beginner tutorial For c#. Highly recommend this.

  • @FortniteBalls9669
    @FortniteBalls9669 3 года назад +4

    6:14 When he deleted that code I felt Rick Rolled D:

  • @turnsout689
    @turnsout689 3 года назад +1

    ive been watching these videos over the last couple of days in the evenings and following along and id like to say thank you for this great content, youre making it very easy to learn from nothing and your homework tasks are super helpful too in learning to apply the info. its super cool that you're making these lessons for free for the user. thank you

  • @shahzad112official3
    @shahzad112official3 4 года назад +11

    Console.WriteLine("Challenge Accepted" + Completed);

  • @notRaaniaa
    @notRaaniaa 7 месяцев назад

    I've wanted to learning how to code since I was 13 but I was very intimidated but omg now I'm 17 and Brackeys videos are so easy to understand thank you!!! also I was panicking on how to do the homework it took me like 20 mins to figure out but once I did I had the biggest smile plastered on my face

  • @gunwattiseeram7221
    @gunwattiseeram7221 4 года назад +6

    Brackeys, When I try to make a ReadLine/WriteLine, it says “Console does not have a definition for ‘ReadLine/WriteLine’”

    • @Nerkzor
      @Nerkzor 4 года назад +2

      making sure "using System;" at the top of your file will fix your problem :).

    • @gunwattiseeram7221
      @gunwattiseeram7221 4 года назад +1

      Thank you SO MUCH

    • @gunwattiseeram7221
      @gunwattiseeram7221 4 года назад +1

      But now it does not show on the console

    • @xyloftalexander4369
      @xyloftalexander4369 4 года назад +2

      @@gunwattiseeram7221 Got to launch.json, look at line 17 change internalConsole to externalTerminal

    • @housecat9576
      @housecat9576 4 года назад

      @@xyloftalexander4369 you are my hero lol

  • @Stanley_S
    @Stanley_S 2 года назад +2

    Thank you, Your tutorials really help and I feel like I'm actually understanding with these tutorials. Also I beat your the first 2 challenges

  • @ncg-sg4nb
    @ncg-sg4nb 4 года назад +153

    Anyone else watching this even though they know c#

  • @cephasbhaskar8650
    @cephasbhaskar8650 4 года назад

    AS a complete newbie to coding. I have to say you have done quite a good job of explaining things! I understand it ! Thanks!

  • @josiahworrel2275
    @josiahworrel2275 4 года назад +7

    I somehow knew userName was going to be "John"

  • @giosgio
    @giosgio 3 года назад +1

    since brackeys left youtube this stuff is SACRED TEXT

  • @shaomingwu8756
    @shaomingwu8756 4 года назад +3

    The bruh moment when you learned c++ and realizing that it's nearly the same thing.

    • @Amar-lv1yw
      @Amar-lv1yw 4 года назад

      It isnt. I is very different in many ways. For example classes. They r very confusing in c++ when u first learned any other language

    • @garimasharma2384
      @garimasharma2384 4 года назад +1

      I have also learned C++ and I liked this language as it very much similar to it

  • @shayanuddin1225
    @shayanuddin1225 4 года назад +1

    This guy is my teacher and inspiration love man and the work you are doing

  • @Tom-ig3rj
    @Tom-ig3rj 4 года назад +8

    im having much fun coding fanfictions with c#.

  • @jonesy_b
    @jonesy_b 4 года назад

    man i love that you always do a challange at the end that makes it the best tutorial serie

  • @Fakyy
    @Fakyy 4 года назад +5

    me: 5 and 2
    calculator: 4

  • @Youdontknowmeanymore-z1l
    @Youdontknowmeanymore-z1l 2 года назад +1

    Challenge done in first try, thanks Brakeys!

  • @crazycat1380
    @crazycat1380 4 года назад +34

    Who's watching this video when you already know C#?

    • @alexanderberndt2555
      @alexanderberndt2555 4 года назад +1

      nope

    • @beschbekifft
      @beschbekifft 4 года назад +1

      Tbh I don't understand why he is wasting his time with these C# tutorials when there are thousands of perfect tutorials already.
      Unity is a different piece tho

    • @Reelix
      @Reelix 4 года назад +2

      @@beschbekifft He does lots of Unity vids and people ask him how to learn, so this series is somewhat of an intro to Unity if you will.

    • @ttgstudiosmrsaifali
      @ttgstudiosmrsaifali 4 года назад

      I am

    • @kiljeaden767
      @kiljeaden767 4 года назад

      @@beschbekifft I agree i'd prefer him doing more unity things instead, but maybe people prefer Brackeys way of teaching(or voice ??).

  • @Sillmjolke1g
    @Sillmjolke1g Год назад +1

    Thanks with this i was able to make a calculator for pythagorean theorem!!! Felt so proud :) ( + i noticed it stores more decibals than the google calculator)

  • @rr.studios
    @rr.studios 4 года назад +3

    Those thumbnails are f*ck!ng sexy!!!

  • @oceanowls-indiegamedevcrea214
    @oceanowls-indiegamedevcrea214 4 года назад

    It's cool when somebody explains the basics! There was not enough videos like this, when I learned programming from the beginning.

  • @termx260
    @termx260 4 года назад +12

    youtube: 13 comments
    me: *seeing only 4 comments*

    • @jvcmarc
      @jvcmarc 4 года назад

      it only shows the most relevant
      you can change the filter tho

    • @bithee9820
      @bithee9820 4 года назад +3

      @@jvcmarc nope , you are wrong . the four comments that you saw had replies in them, just like this

  • @BEETSSOLO
    @BEETSSOLO Год назад

    As someone who is gonna read computer science next year this really helps a lot thank you for the awesome vids

  • @animetv1767
    @animetv1767 4 года назад +3

    I'm New Here in the channel and I found a lot of videos but I don't know where to start studying
    Can somebody help me ? Plz

    • @danmir9778
      @danmir9778 4 года назад

      I guess if you want to learn to make a game in unity there is a course made by brackeys on RUclips called how to make a video game in unity. But if you want to learn c# then you have to wait for the rest of this series or watch an old series by brackeys which I forget the name of.

    • @animetv1767
      @animetv1767 4 года назад +1

      @@danmir9778 can I make a game without unity ?
      With only c#?

  • @pidkam4945
    @pidkam4945 2 года назад

    Learned most of C++, moving to C# and honestly your a godsend. :)

  • @spade0.
    @spade0. 3 года назад

    I am actually proud of myself I did the challenges from the first video and this one correctly so I'm feeling pretty good, These videos make me feel like I'm good at something

  • @CakeOnBake
    @CakeOnBake 2 года назад

    Thank you so much! Since I was 10 I wanted to learn how to program but never found the right course, now I feel on the right track and hope to continue learning from your videos :D

  • @jhappysemall2269
    @jhappysemall2269 3 года назад

    Very detail tutoring. Thanks. I was on Udemy, gave a kick start and all, but wasn't as clear as this video is. Preciate ya!!!

  • @Zicore47
    @Zicore47 4 года назад +1

    2:10 Fundamental types would be value types and reference types. You are refering to types you most commonly use :) We also have object, decimal, char, byte and so on.
    3:40 var inferres the type from the right side of the assignment. Also I recommend to use var, except for built in types because it can cause ambiguity. This is commonly accepted too.

  • @jackiechan6460
    @jackiechan6460 Год назад

    I've been watching each video 3 times, and playing with the code in my own ways in between my pauses. I can teach what I've learned so far :p. Novice level 2 of 100 reached! lol.

  • @HYLOBRO
    @HYLOBRO 3 года назад +1

    I was able to do the challenge using my notes the entire time, as long as that's not cheating, I DID IT! So proud of myself.

  • @Wall_Man_Studio_WMS
    @Wall_Man_Studio_WMS 8 месяцев назад

    99 percent of youtube tutorials make me do so much and so little you give me a mix of both and actually made me understand thing

  • @roeiohayon4501
    @roeiohayon4501 4 года назад

    everyone who wants to know the basics, brackeys videos aren't optimal in my opinion there is so much info online' that I wouldn't bother learning from one source, I would actually use many websites to cross info and learn much much faster.I believe most of you can learn much faster because variables is the basic of basics' and you can advance on your own without learning only from brackeys (I'm not dissing or anything, I just believe you can go even faster although brackeys teachings are great and understanable) Good Luck!

  • @preyinteractive6434
    @preyinteractive6434 4 года назад

    Hi Brackeys. I highly recommend doing what you can to stop keyboard and mouse sounds from being picked up by the mic. A lot of people have sensory issues (such as ADHD and Autism) and it will stop them watching this video when they will want to as its really good quality.
    Thanks :)

  • @MetalStormGames
    @MetalStormGames 4 года назад +1

    Awesome video as always, this channel is always my first go to place when I need to find a specific Unity or programming task.

  • @Akeiga
    @Akeiga 4 месяца назад

    Awesome video guys! I did the homework all by myself! I love learning!

  • @Aydwn
    @Aydwn 4 года назад +1

    Thanks for making these videos, Most other tutorials are pretty old

  • @ralphave95
    @ralphave95 Год назад

    The projects is the best part, it’s faster to learn for me. So i thank you for these videos❤❤

  • @wryethhunt464
    @wryethhunt464 4 года назад

    I'm just going episode by episode and this is already teaching more than other videos I've watched.

  • @deleted405
    @deleted405 2 года назад

    I did it! I did the homework on my own. Took me 10 minutes. Thanks for teaching all this.

  • @Thrust_Rider
    @Thrust_Rider 3 года назад

    I’m subbing. Tomorrow or Friday I will binge watch your entire channel

  • @wizpy6320
    @wizpy6320 3 года назад +1

    This is making things SO much easier for me. Thank you Brackeys!!!

  • @bcal5962
    @bcal5962 Месяц назад

    Awwwww this is great! I am in a base level C# class just for personal interest and this is great!

  • @andreibota4563
    @andreibota4563 4 года назад +1

    These tutorials are really helpful, i am waiting for the next episode, keep up the good work!

  • @Segashinobi97
    @Segashinobi97 4 месяца назад

    Awesome video! I was able to do the homework by myself with no assistance! Thanks for the learning material!

  • @tallakbertin
    @tallakbertin Год назад +2

    It's fascinating to see how similar C# is to python in its structure and syntax (though with some obvious differences)

  • @josephtrumble8705
    @josephtrumble8705 Год назад

    I forgot () when adding numbers I was so confused for a second lol thanks for the videos they've been great so far 🙌

  • @inemesitekpa4903
    @inemesitekpa4903 Месяц назад

    This is amazing I understand all your teaching I can code 😭😭😭 finally feel like a genius 🐱😭😭

  • @sd3776
    @sd3776 4 года назад

    When i started learning code a few months ago one of the first notes i put down is "a variable is like a box". One of the first things Brackeys says is "you can think of a variable like a container" Yay im not wrong

  • @samuelhugo3387
    @samuelhugo3387 3 года назад

    I'm learning more from this series than anyother, tryly i just started learning when i clicked on the first episode of this series
    the fact that you give us a challange to complete on our own is what i think makes this so succsesvol, i watched a video of a youtuber explaining why he learnt coding so fast and you don't and he said that the main reason is that you watch youtube tutorials and your brain goes into monkey see monkey do mode, he said that you should try to do stuff on your own as much as possible and only reffrence tutorials when stuck, he also said if you are gunna follow tutorials you should change it up a bit don't do exactly what they do, so i think building up from the base and doing my own thing after each lesson maybe even more than one thing is going to be the thing that finily teaches me to code

  • @Reelix
    @Reelix 4 года назад

    I take a break from using sockets to parse the raw bytes of the RDP protocol and watch a video on how to declare variables.
    ... It's a great video!

  • @dr.rgbaum6139
    @dr.rgbaum6139 4 года назад

    This is far the best i saw to learn c#