C: Convert cm and inches using functions.
Channel:
Subscribers:
772
Published on ● Video Link: https://www.youtube.com/watch?v=rBAkHzP0xrs
Demonstration of using functions to convert cm and inches with a main program loop. Some constraints applied to protect against incorrect inputs. Uses a goto statement to emergency exit on wrong input.
Repl: https://replit.com/@pereiradaniel/Convert-cm-or-inches-functions
Git repo: https://github.com/pereiradaniel/c_programs/blob/master/metric_imperial_conv/conv2.c
Blog: https://pereiradpg.blogspot.com/2023/02/c-convert-cm-and-inches-using-functions.html
Other Videos By Daniel Pereira
2023-02-14 | Out Run Europa - C64 [50 Hz] |
2023-02-14 | Turbo Out Run - C64 [60 Hz] |
2023-02-14 | Galaxian Arcade - C64 [60 Hz] |
2023-02-13 | Galaxian - C64 [60 Hz] |
2023-02-04 | Soulless Special Edition - C64 [50 Hz] |
2023-02-04 | Soulless - C64 [50 Hz] |
2023-02-03 | Sonic the Hedgehog - C64 [50 Hz] |
2023-02-02 | Artris - C64 [50 Hz] |
2023-02-01 | C: Convert cm or inches (no functions). |
2023-02-01 | Flimbo's Quest - C64 [50 Hz] |
2023-02-01 | C: Convert cm and inches using functions. |
2023-01-31 | C: Convert cm to inches (no function). |
2023-01-31 | Vincent - C64 [50Hz] |
2023-01-30 | C: Convert cm to inches using a function. |
2023-01-30 | 6510: Colours. [60 Hz] |
2023-01-30 | Fred's In Troubles - C64 [50Hz] |
2023-01-29 | Fred's Back 3 - C64 [50Hz] |
2023-01-29 | C: Decimal/Binary Converter. |
2023-01-29 | Vincent Price's Evil Laugh sampled on Commodore 64 [60 Hz] |
2023-01-28 | Fred's Back 2 - C64 [50Hz] |
2023-01-28 | C: Decimal to binary conversion with non-recursive function. |
Tags:
C language
programming
cm
inches
conversion
convert
functions
main program loop