puts("\n*************************"); puts("Made by:name here"); puts("*************************");
C ARThow to do simple art in C?
Page 1 of 1
3 Replies - 933 Views - Last Post: 17 November 2008 - 10:23 PM
#1
C ART
Posted 17 November 2008 - 09:10 PM
What are the type of arts that are possible in C programming? For my assignment i wanna have pretty output as i was told to be "CREATIVE". is it possible to create a page border or something similar? for my current assignments i just do the following at the end of my programs.
Replies To: C ART
#2
Re: C ART
Posted 17 November 2008 - 09:19 PM
Yeah, you can do all kinds of ascii art if you're so inclined.
#3
Re: C ART
Posted 17 November 2008 - 10:05 PM
oh shoot i never thought of that, ok once i find some ascii online how do i print a multi line ascii art? do i just use puts or printf ?
#4
Re: C ART
Posted 17 November 2008 - 10:23 PM
I would use printf with a conjunction of \t \n etc... to get your spacing down.
Page 1 of 1