Re: formatted printing of text- color
- From: "babo" <moron68@xxxxxxxxxxx>
- Date: 29 Nov 2005 14:52:27 -0800
#include <stdio.h>
#include <conio.h>
int main () {
char i;
for (i=0;i<=102;i++)
{
printf ("\n%2c %4d",i,i);
}
getch ();
}
//this will print You a ascii hearts and spikes in the begining???and
then the letters
//ofcourse in c language ...
.
- Follow-Ups:
- Re: formatted printing of text- color
- From: zero
- Re: formatted printing of text- color
- References:
- formatted printing of text- color
- From: babo
- Re: formatted printing of text- color
- From: zero
- formatted printing of text- color
- Prev by Date: Re: formatted printing of text- color
- Next by Date: Re: JUnit et al approach - criticisms
- Previous by thread: Re: formatted printing of text- color
- Next by thread: Re: formatted printing of text- color
- Index(es):
Relevant Pages
|