Posts

Showing posts from February, 2023

Gameboy Colour Backlit LCD Installation.

Image

C: Convert cm or inches (no functions).

Image
Demonstration of converting cm or inches without using functions. Repl: https://replit.com/@pereiradaniel/Convert-cm-to-inches-function Git repo: https://github.com/pereiradaniel/c_programs/blob/master/metric_imperial_conv/conv2_alt.c  

C: Convert cm and inches using functions.

Image
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