Re: formatted printing of text- color



"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

:)


.



Relevant Pages

  • Re: formatted printing of text- color
    ... //this will print You a ascii hearts and spikes in the begining???and ... then the letters ... Prev by Date: ...
    (comp.lang.java.programmer)
  • Re: reading an input sentence
    ... > getrest(Char, Wordlist). ... > name(Word, Letters), ... > getrest(Nextchar, Wordlist). ... I do not know Amzi, ...
    (comp.lang.prolog)
  • Re: reading an input sentence
    ... getrest(Char, Wordlist). ... getletters(Letter, Letters, Nextchar), ... getrest(Nextchar, Wordlist). ... getletters(Char, Letters, Nextchar). ...
    (comp.lang.prolog)
  • Re: Do I understand pointers?
    ... > The constant char* letters holds the alphabet. ... > within the alphabet, then rot13 it. ... getcharis line buffered, so here it's reading keyboard buffer. ...
    (comp.lang.c)
  • Re: small string question
    ... char passw ... Nothing but the C standard specifies reserved identifiers in C. ... seem to remember that language specifying that undeclared variables ... There is nothing reserved about these letters, ...
    (comp.lang.c)