Thread overview
Console.WriteLine function??
May 17, 2002
James Yates IV
May 17, 2002
Walter
May 18, 2002
Pavel Minayev
May 18, 2002
Walter
May 17, 2002
You know how in Java, they have a Console.WriteLine() function?
You know how in C#, they have a Write({0}, {1}, value1, value2) syntax?
Will this be implemented in D?


May 17, 2002
"James Yates IV" <jamesyates03@yahoo.com> wrote in message news:ac3mqb$209a$1@digitaldaemon.com...
> You know how in Java, they have a Console.WriteLine() function?
> You know how in C#, they have a Write({0}, {1}, value1, value2) syntax?
> Will this be implemented in D?

printf() works great in D.


May 18, 2002
"Walter" <walter@digitalmars.com> wrote in message news:ac3ruh$24tq$2@digitaldaemon.com...

> "James Yates IV" <jamesyates03@yahoo.com> wrote in message news:ac3mqb$209a$1@digitaldaemon.com...
> > You know how in Java, they have a Console.WriteLine() function?
> > You know how in C#, they have a Write({0}, {1}, value1, value2) syntax?
> > Will this be implemented in D?
>
> printf() works great in D.

A better replacement is still needed.


May 18, 2002
"Pavel Minayev" <evilone@omen.ru> wrote in message news:ac4ic3$2nlj$1@digitaldaemon.com...
> "Walter" <walter@digitalmars.com> wrote in message news:ac3ruh$24tq$2@digitaldaemon.com...
> > "James Yates IV" <jamesyates03@yahoo.com> wrote in message news:ac3mqb$209a$1@digitaldaemon.com...
> > > You know how in Java, they have a Console.WriteLine() function?
> > > You know how in C#, they have a Write({0}, {1}, value1, value2)
syntax?
> > > Will this be implemented in D?
> > printf() works great in D.
> A better replacement is still needed.

You're right.