Christmas tree in DOS text

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

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

  • @mrpix3011
    @mrpix3011 4 дня назад +11

    DOSCEMBER!!!!

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

    How up to date is the Watcom compiler? Can it do C99 or is it too old for that? Do you know if there's a C compiler that can do up to C11 and can target DOS?

    • @SirWolf404
      @SirWolf404 2 часа назад +1

      @@anon_y_mousse I believe the answer is mostly C99 but as with most C compilers for DOS they tend to also add custom extensions, in addition to the DOS stuff which usually lies outside C99 or indeed C11. I didn't see any C11 mentions so I don't expect C11 specifics to be supported. I don't see anything in C11 which would be specifically useful for a DOS C program, what C11 features do you use?

    • @anon_y_mousse
      @anon_y_mousse 52 минуты назад

      @@SirWolf404 Not much, and it can mostly be replaced with older code, things like threads and atomics for which I just used pthreads before. Of course, _Generic would be harder to replace and it would require some more configuration programs. I suppose if push comes to shove I could always just write my own and target C99 at a source level.

  • @roshlew6994
    @roshlew6994 3 дня назад +3

    Merry Christmas. Thanks for FDOS

  • @SirWolf404
    @SirWolf404 3 дня назад +1

    Merry Christmas! I really enjoy these code videos, they are so relaxing to watch. :D

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

    Merry DOSmas!!!

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

    Nice! 👍

  • @moshixmainframechannel
    @moshixmainframechannel 3 дня назад +1

    Great video. Well explained. You’re masterful

  • @AncapDude
    @AncapDude 3 дня назад +1

    Merry X-DOS

  • @seungjookwag462
    @seungjookwag462 4 дня назад +4

    메리 크리스마스!

  • @snap_oversteer
    @snap_oversteer 3 дня назад

    Both programs run great on the original Compaq Portable. Merry Christmas!

  • @warszafication
    @warszafication 3 дня назад +1

    Inspirujące

  • @ahmad-murery
    @ahmad-murery 3 дня назад

    That was fantastic programming session.
    Thanks Jim!

    • @freedosproject
      @freedosproject  4 часа назад +1

      Thanks, glad you liked it! More coming in 2025 too.

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

    I love you lots, Grandpa. Merry Christmas!

  • @6150RE
    @6150RE 4 дня назад +2

    Merry Christmas man!!!

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

    지금 이 시대에도 dos를 잘 사용하시는군요
    멋집니다 !!!

    • @freedosproject
      @freedosproject  4 часа назад

      I actually use a few DOS programs for real work, too. I use modern spreadsheets like Google Sheets, but if it's just for me and it's pure numbers, I'll do it in AsEasyAs on DOS. (It's my favorite spreadsheet.)

  • @AntonioOliveira68
    @AntonioOliveira68 4 дня назад +1

    Merry XMAS!

  • @JulesMakesYouThink
    @JulesMakesYouThink 3 дня назад +1

    Would be possible to animate with a loop to clear the screen and re render it , every half a second ?

    • @freedosproject
      @freedosproject  3 дня назад +1

      Sure you could! I think the easiest way to do that is to move the "tree rendering" code to a function (draw_tree) and then loop to that from the main() function as frequently as you'd like.

  • @ssl3546
    @ssl3546 4 дня назад

    that's a good one

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

      Thanks! And I like that it's so simple!

    • @SirWolf404
      @SirWolf404 2 часа назад

      @@freedosproject The text graphics library of ow seems to be pretty neat indeed! I like how easy it's to just make color text in arbitrary places. Does it require an ANSI driver or does it work regardless of it?

  • @brendanstone3073
    @brendanstone3073 4 дня назад

    Could you post a link to an executable?

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

      Sure thing! I just posted the code on my GitHub. Here's a link that also includes the EXE programs. This has both the Christmas Tree and Fireplace programs: github.com/freedosproject/christmas2024/releases/tag/v2024

    • @brendanstone3073
      @brendanstone3073 3 дня назад

      @@freedosproject This is great! Maybe I will show it to you running later.

  • @rbtmdl
    @rbtmdl 3 дня назад +1

    I was going to ask why not read from /dev/urandom then I was like, oh yeah, dos.

  • @dougjohnson4266
    @dougjohnson4266 3 дня назад +1

    I have a TekRam P233 MMX motherboard, and I am hoping v1.4 fixes the format a: or b: /u bug.

    • @freedosproject
      @freedosproject  4 часа назад

      I have to look that up -- I'm not familiar with the TekRam motherboard.