C: Refactored character code table printer.
Channel:
Subscribers:
772
Published on ● Video Link: https://www.youtube.com/watch?v=GPl3_Hsw6Ks
Refactored version of previous program: https://youtu.be/W8me8An2fA4
Extend the previous program to output the appropriate name, such as “newline”, “space”, “tab”, and so on, for each whitespace character.
Git repo: https://github.com/pereiradaniel/beginning_c/blob/master/ch4/exercises/4_3/exercise4_3.c
Blog: https://pereiradpg.blogspot.com/2023/01/c-refactored-character-code-table.html
Other Videos By Daniel Pereira
2023-01-17 | Boulder Dash 2 - C64 [60Hz] |
2023-01-17 | C: Exercise 4-3 improvements of refactor 3. |
2023-01-17 | Dig Dug - VIC-20 [60Hz] |
2023-01-16 | C: Print number of non-printable chars, printable chars, total char codes output. |
2023-01-16 | Boulder Dash - C64 [60Hz] |
2023-01-15 | C: Character code printout with main loop repeat. |
2023-01-15 | Donkey Kong - VIC-20 [60Hz] |
2023-01-15 | Lester - C64 [60 Hz] |
2023-01-14 | Donkey Kong (Nintendo) - C64 [60Hz] |
2023-01-14 | C: Character code printer, user selects range of codes. |
2023-01-13 | C: Refactored character code table printer. |
2023-01-13 | Donkey Kong (Ocean) - C64 [50Hz] |
2023-01-12 | C: Print character codes in a table. |
2023-01-12 | Popeye - C64 [50Hz] |
2023-01-11 | C: Print a multiplication table. |
2023-01-11 | Rainbow Islands: The Story of Bubble Bobble 2 - C64 [50Hz] |
2023-01-10 | C: Compact for loop. |
2023-01-10 | Bubble Bobble - C64 [50Hz] |
2023-01-10 | C64 gaming stream - 09/January/2023 |
2023-01-09 | C: Summing an array of integers. |
2023-01-09 | Heavenbound - C64 [50Hz] |
Tags:
C language
programming
tutorial