April 05, 2022 Learn » Re: Google Code Jam 2022 | |||
|---|---|---|---|
| |||
...var t int
scanf("%d\n", &t)
for...and smaller source code size is a clear... | |||
April 05, 2022 Announce » Re: D Language Foundation Monthly Meeting Summary for March 2022 | |||
|---|---|---|---|
| |||
...only, unfortunately I don't know how you...sizeof is the real size accounting for "empty... | |||
April 04, 2022 Genel » Sabit Değişkenler | |||
|---|---|---|---|
| |||
...tam anlamıyla çalıştıramadım:
```d
import std.stdio;
size_t strLen(const(char)* p)
{
auto i... | |||
April 03, 2022 Duyuru » Sohbet: 10 Nisan 2022, Pazar, sabah 11:00 | |||
|---|---|---|---|
| |||
...std.algorithm;
import std.range;
void main() {
size_t hesapAdedi = 0;
auto r = iota(5... | |||
April 03, 2022 General » GitHub Copilot is starting to produce D code that can almost pass code review | |||
|---|---|---|---|
| |||
...all, don't expect any wonders. Almost all suggestions of non-trivial size will contain... | |||
April 01, 2022 Issues » [Issue 20778] exception messages with nulls within are treated inconsistently | |||
|---|---|---|---|
| |||
...which doesn't stop at `\0` and (theoretically) supports lengths up to `size_t.max... | |||
April 01, 2022 General » Re: When will you implement cent and ucent? | |||
|---|---|---|---|
| |||
...i specify the bit size and it uses...the alias. I don't know. As long... | |||
March 31, 2022 Learn » Good to the last drop. | |||
|---|---|---|---|
| |||
...format;
void main()
{
ulong[] big;
size_t newCapacity;
size_t oldCapacity;
foreach(i; 0..ulong... | |||
March 31, 2022 Issues » [Issue 22964] New: array cast message is awkwardly worded | |||
|---|---|---|---|
| |||
...confusing: ``` An array of size 5 does not...the lengths, which isn't as useful, there... | |||
March 31, 2022 Genel » Re: const: Sadece bir deneme | |||
|---|---|---|---|
| |||
...192, 168, 0, 22 ] ];
public auto getIP(size_t i) const
{
return IPs[i];
}
}
import... | |||
Copyright © 1999-2021 by the D Language Foundation