Video není dostupné.
Omlouváme se.

Reinventing the wheel: write your own printf from scratch! (part ii.iii)

Sdílet
Vložit
  • čas přidán 28. 07. 2024
  • Part I: The Demonstration
    Part II: The Implementation
    Part III: The Unit Tests (comment if interested, so I can upload!)
    Test it yourself: github.com/wintcape/string_fo...
    The main function is located @ test/src/main.c.
    0:00 string_create
    0:43 string_destroy
    0:47 string_length
    1:11 string_append
    1:44 string_prepend
    1:47 string_insert
    3:17 string_remove
    4:03 string_clear
    4:17 string_trim
    5:14 string_replace
    7:36 string_strip_ansi

Komentáře • 1

  • @Yokai2510
    @Yokai2510 Před měsícem +1

    Very good way to learn and practice programming