12h of 9 different C Projects 2024: The 1st episodes

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

Комментарии • 31

  • @anantakesharipanda4085
    @anantakesharipanda4085 2 дня назад +4

    In a world full of abstractions, blackbox libraries and fameworks(I know several frameworks are open source but they are still used as black boxes in most cases), thanks for being one of the few people on the internet who writes programs the old way (without black-box fluff) to build whole solutions out of it, and show us how it’s done.
    Never change, Dr. Birch! 🙏

  • @aadv1k
    @aadv1k День назад +1

    Keep these high quality videos coming prof. This channel is a literal gold mine of content! Thank you so much for all the effort you put into these. Cheers!

  • @edwardnewgate2534
    @edwardnewgate2534 День назад

    big respect for you, sir😁👍

  • @opethforlife
    @opethforlife День назад

    This channel is a blessing. Thanks Doctor.

  • @TecraTube
    @TecraTube 2 дня назад +1

    i love this idea of 12 hours of C projects

  • @MaxC.Rockatansky
    @MaxC.Rockatansky 2 дня назад

    12 hours of masterpice in programing C.
    Thanks!!

  • @salsalazar7646
    @salsalazar7646 2 дня назад

    Amazing you are a genius love the explanation graphics

  • @Lapsey
    @Lapsey 2 дня назад

    Who is the hater who disliked?! SPEAK!
    Great work Dr. Jonas!

  • @akshatkakade3124
    @akshatkakade3124 День назад

    Whoa…thanks for this content!

  • @AylaVitoriaGabrielle
    @AylaVitoriaGabrielle 2 дня назад

    Wonderful. Thank you very much!

  • @box9283
    @box9283 2 дня назад

    Much appreciated Jonas!

  • @philtoa334
    @philtoa334 День назад

    😊 It’s the whole shebang
    With all the fixing
    lettuce, tomato, and onions !

  • @bugloper
    @bugloper 2 дня назад

    Wow. Great stuff

  • @samuelemmettbray
    @samuelemmettbray День назад +1

    Ok, that's neat. Rewrite in rust, now.

  • @rasputindasilva858
    @rasputindasilva858 2 дня назад +2

    Hi doc, do you share the source code of your projects ? It would be easier for us, learners, to look in the code do some changes and test.

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  2 дня назад +3

      repo.doctorbirch.com

    • @anantakesharipanda4085
      @anantakesharipanda4085 2 дня назад +3

      Anyone else in your place would have just hosted his code base in github in public and private repos and called it a day. But he chose to do it on a self hosted repo on an apache web-server!
      This goes so much in-line with what you do, Dr. Birch, and I love that! Tack igen!!

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  День назад

      @@anantakesharipanda4085 haha you're welcome

    • @Satyam1010-N
      @Satyam1010-N День назад

      ​@@dr-Jonas-Birch can you do C++ project basic toa to advance , plus project related to low latency c++ I need it , I'm py etc for interview next week (8 days I need a project )

  • @Bartweenius-Jaroofenzsteinkle
    @Bartweenius-Jaroofenzsteinkle День назад

    common dr birch W

  • @bossgd100
    @bossgd100 День назад

    🔥🔥🔥

  • @its_code
    @its_code 21 час назад +1

    🤯🤯♥️♥️♥️♥️♥️

  • @tilakraj-vn7xd
    @tilakraj-vn7xd День назад

    Sir, but every company server will block the tor ip's right...

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  День назад

      hardly everyone. there are thousands of tor exit nodes. but sure, they are blocked at a lot of websites nowadays. soon you will not need tor though, when my invisible tcp is done :) JB

  • @resitusta7498
    @resitusta7498 День назад

    Aga,seni seviyorum,ama derslerinden bir şey anlamıyorum.

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  День назад +1

      thats ok as long as you love me. but pls, english only so that everyone may participate. JB

  • @AuraPull
    @AuraPull День назад +1

    Bro please explain how do i start coding

    • @jamikojonen6436
      @jamikojonen6436 День назад +2

      If you want to do the C language like this video you need to install a C compiler on your computer and a text editor. C is kind of a strict language and might seem very hard to learn, but I think it will make moving to other languages easier if you learn it first.
      Dr Birch is doing everything through commands on the terminal. That might not be the most beginner friendly way, but nothing too hard. Some more popular options for beginners might be CodeBlocks and Visual Studio Code, which do everything for you and have buttons to run your code and such. They might need some additional extensions though I'm not sure because I haven't used them in a while.

    • @AuraPull
      @AuraPull День назад

      @@jamikojonen6436 so which compiler and text editor are best