Thread overview | ||||||
---|---|---|---|---|---|---|
|
May 17, 2002 Console.WriteLine function?? | ||||
---|---|---|---|---|
| ||||
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 Re: Console.WriteLine function?? | ||||
---|---|---|---|---|
| ||||
Posted in reply to James Yates IV | "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 Re: Console.WriteLine function?? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | "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 Re: Console.WriteLine function?? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Pavel Minayev | "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. |
Copyright © 1999-2021 by the D Language Foundation