Re: formatted printing of text- color
- From: "Luc The Perverse" <sll_noSpamlicious_z_XXX_m@xxxxxxxxxx>
- Date: Tue, 29 Nov 2005 18:07:31 -0700
"babo" <moron68@xxxxxxxxxxx> wrote in message
news:1133304729.622700.29650@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> #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
But . . . um . .that's not a java program :)
--
LTP
:)
.
- References:
- formatted printing of text- color
- From: babo
- Re: formatted printing of text- color
- From: zero
- Re: formatted printing of text- color
- From: babo
- formatted printing of text- color
- Prev by Date: Re: hashCode() ?
- Next by Date: Re: Old books on Java, still good?
- Previous by thread: Re: formatted printing of text- color
- Next by thread: Re: formatted printing of text- color
- Index(es):
Relevant Pages
|