Hello World without Headers | Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 16

  • @nikolastepanoski8169
    @nikolastepanoski8169 4 วันที่ผ่านมา +27

    You should make your font size 4x bigger or more. Also, I'm not sure the register keyword matters anymore.

    • @cybernit3
      @cybernit3 4 วันที่ผ่านมา +1

      Ya, I can barely read it, like he wants to torture us, lol.

  • @crissdell
    @crissdell 4 วันที่ผ่านมา +6

    The guy has ultra mega hyper wide monitor

  • @Bard_Gaming
    @Bard_Gaming 4 วันที่ผ่านมา +1

    1:26 It does work, as the standard library is linked to everything you compile by default. It will give you a warning, as the compiler doesn't know how printf is declared, but it will still compile and work as intended.

    • @jirafey_
      @jirafey_ 4 วันที่ผ่านมา

      not true, it will only "work" if you compile it with the header first and try to compile it without you just run the preexisting compiled executable so that may give you that idea. it will never truly work when you use printf without a header.

    • @Bard_Gaming
      @Bard_Gaming 4 วันที่ผ่านมา

      @@jirafey_ It does. I don't know what version of gcc you're using, but as of gcc 11.4.0 there is no problem with doing this. If you still don't believe me, try it.
      Edit: Apparently this also works with versions as early as 8.3.0, meaning that even if you didn't update your gcc in a while it would still work. Again, I encourage you to try it out before commenting about what I did or didn't do wrong.
      Compiler warnings don't mean there has been an issue during the compilation phase, it just means that you're doing something odd which you most likely didn't intend to.

  • @Fillmore634b
    @Fillmore634b 3 วันที่ผ่านมา

    Good thing!

  • @kito4525
    @kito4525 4 วันที่ผ่านมา +4

    Bro is this a video for ants?

  • @kendalltweaver
    @kendalltweaver 4 วันที่ผ่านมา +5

    Love the subject matter, but, to echo the other commenters, it's WAY too hard to read.

  • @Wutheheooooo
    @Wutheheooooo 4 วันที่ผ่านมา +2

    I mean, if you do it with assembly, why don't you use assembly?

  • @bleqy3057
    @bleqy3057 4 วันที่ผ่านมา

    I've always wondered how exactly headers do stuff. I hope you're making a playlist "without Headers" or something, as I find it really useful. Keep the good work!
    As a side note, other people have commented about how small the font size is. I think it would be better if you zoom in the text.

    • @PanosSoftwareTutorials
      @PanosSoftwareTutorials  4 วันที่ผ่านมา +1

      Thank you and everyone else for the feedback. I will try to re-upload the video and make it more readable. Definitely will do that for more videos.
      I am thinking of doing a few "without headers" stuff when I have time, so look forward to that.

  • @whydw2283
    @whydw2283 5 วันที่ผ่านมา +5

    You want to teach yourself with 😂😂😂
    Nothing we can see what you typed in

  • @konsbruh
    @konsbruh 3 วันที่ผ่านมา

    you should either code in an ide or invest your time and learn vim, nano is just cursed