Thursday, July 9, 2009

In c++ how do you output CSI?

how do i use the c to form a c,an s to form an s,and a i to form an i. and you have to prompt the user to input which character should be used to form each letter of the banner. thanks for all the help.


it should look somrthing like this. sorry, its not straight but the c should come together to form a c and the s should form an s, etc... thanks again.!!!





ccc ssss i


c s i


c ssss i


c s i


c ssss i

In c++ how do you output CSI?
I'd recommend checking out the "figlet" source (open source, academic license) over at figlet.org - this does what you're asking and more. Look at the example fonts, especially alphabet and letters fonts, for the effect you want.





Use the last link below to test it out.
Reply:The most important thing is to use a non-proportional (fixed) font, that is, a font where a W takes ip just as much space as an i.





After that, it shouldn't be too hard...


No comments:

Post a Comment