6 days ago Learn » Re: Variable modified by different threads. | |||
|---|---|---|---|
| |||
...thread2.join();
thread3.join();
// Print the final value
counter.writefln!"Final value: %s";
}
```
SDB@79 | |||
December 01 Learn » Re: Variable modified by different threads. | |||
|---|---|---|---|
| |||
...stopped++;
});
}
// Print the final value of g.
writefln!"%,s"(g);
}
I am not sure whether... | |||
December 01 Issues » [Issue 7341] writefln of strings array with size formatting | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=7341 --- Comment #6 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 1924] Allow writefln like ouput during CTFE. | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=1924 --- Comment #13 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Genel » Re: AA Helper | |||
|---|---|---|---|
| |||
...e.msg.write; e.key.writefln!" çünkü kullanıcı (%s) bulunamadı!"; } ... | |||
November 30 Genel » Dinamik Rol Tabanlı Yetkilendirme Programı (with AA by AI) | |||
|---|---|---|---|
| |||
...T e)
{
e.msg.write;
e.key.writefln!" çünkü kullanıcı (%s) bulunamadı!";
}
```
Bu güzel örnek... | |||
November 27 Genel » Re: AA Helper | |||
|---|---|---|---|
| |||
...Mevcut roller:");
foreach (rol; roller.keys)
{
rol.writefln!"- %s";
}
}
void roleGöreKullanıcıListele(string rol)
{
if (rol... | |||
November 21 Learn » Re: Would this function benefit from functional programming? | |||
|---|---|---|---|
| |||
...iota(rows * columns).each!(c => repeat("...",6).writefln!"...\n%-(%s\n%)");
displayX(); // equivalent
}
```
**Equivalent:**
```d... | |||
November 14 Learn » Re: Avoid subtracting form .length | |||
|---|---|---|---|
| |||
...arr[];
sarr[arr.length .. size] = padding;//*/
sarr.writefln!" %s";
}
void main()
{
int[] arr = iota(5... | |||
October 18 Learn » Re: Would appreciate some help porting Q3VM to D (mainly C macros and type conversions) | |||
|---|---|---|---|
| |||
...0A%7B%0A++++import+std.stdio+%3A+writefln%3B%0A++++import+std.algorithm.sorting+%3A... | |||
Copyright © 1999-2021 by the D Language Foundation