Tagged Questions

2
votes
4answers
202 views

Generate Ascii art text in C

I am trying to generate ascii art text for a fun application. From FIGLET, I got the ASCII pattern. I am using that pattern in a printf statement to print letters. Here is a screenshot of the pattern ...
2
votes
1answer
389 views

7-Segment display with printf and multidimensional array for segments

In K.N Kings "C programming: A modern approach", chapter 10 exercise 7, the task is to make a digit converter from normal digits to 7-segment digits in ASCII art, like this: _ _ _ _ _ ...