C: Print character codes in a table.
Channel:
Subscribers:
772
Published on ● Video Link: https://www.youtube.com/watch?v=W8me8An2fA4
A program that will output the printable characters for character
code values from 0 to 127. Each character code is printed along with its symbol. Make sure the columns are aligned.
UPGRADES to original exericse!
- User selects between 1-8 columns to display.
- CHAR_MAX to control upper limit of char codes.
Git repo: https://github.com/pereiradaniel/beginning_c/blob/master/ch4/exercises/4_2/exercise4_2.c
Blog: https://pereiradpg.blogspot.com/2023/01/c-print-character-codes-in-table.html
Other Videos By Daniel Pereira
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] |
2023-01-08 | C: For loop off by one error demonstration. |
2023-01-08 | It's Magic 2 - C64 [50Hz] |
Tags:
C language
programming
tutorials
character codes
char
print table
columns
rows