Re: formatted printing of text- color
- From: "babo" <moron68@xxxxxxxxxxx>
- Date: 29 Nov 2005 14:52:09 -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
.
- Follow-Ups:
- Re: formatted printing of text- color
- From: Luc The Perverse
- 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: Creating an object during runtime
- Next by Date: Re: formatted printing of text- color
- Previous by thread: Re: formatted printing of text- color
- Next by thread: Re: formatted printing of text- color
- Index(es):
Relevant Pages
|