June 15, 2022 Genel » D'de Döngülerin Farkları Nedir? | |||
|---|---|---|---|
| |||
...bir kod olduğunu hepimiz biliyoruz. --- T[] sıralıBirDiziOluştur(T)(size_t uzunluk) // sıralıBirDiziOluştur!int(10) -> [1... | |||
June 14, 2022 Issues » [Issue 23184] importC: array length macro doesn't compile | |||
|---|---|---|---|
| |||
...sizeof(nk_utfmask)/sizeof(0[nk_utfmask])) / ((size_t)(!(sizeof(nk_utfmask) % sizeof(0[nk... | |||
June 12, 2022 Genel » Gerektiğinde Hata (Error) Yakalama ve Exception Olayları (std.co | |||
|---|---|---|---|
| |||
...std.range;
import std.stdio;
void işçiImpl(size_t i) {
while (true) {
ownerTid.send(i... | |||
June 12, 2022 Duyuru » Re: Pazar Sohbeti: 12 Haziran'22, TSİ.11 | |||
|---|---|---|---|
| |||
...import std;
import core.thread;
void işçiImpl(size_t i) {
while (true) {
ownerTid.send(i... | |||
June 11, 2022 Genel » Re: Statik Dizilerin Ters (reverse => column x row) Kurulması | |||
|---|---|---|---|
| |||
...3 } size_t cal = Row * Column * int.sizeof; auto alloc = new ubyte[cal]; size_t... | |||
June 11, 2022 Learn » Re: a struct as an multidimensional array index | |||
|---|---|---|---|
| |||
...3 } size_t cal = Row * Column * int.sizeof; auto alloc = new ubyte[cal]; size_t... | |||
June 10, 2022 General » Re: Why is D unpopular? | |||
|---|---|---|---|
| |||
...difference, really, is the size of the unit...in units. It isn't as though the... | |||
June 10, 2022 Learn » Re: a struct as an multidimensional array index | |||
|---|---|---|---|
| |||
...std.stdio;
import std.format;
struct indexedPair {
size_t x, y;
}
struct MyArray {
bool[3... | |||
June 10, 2022 Learn » Re: Why allow initializers of non-static members that allocate? | |||
|---|---|---|---|
| |||
...void main()
{
struct S(size_t size)
{
int[] arr = new int[size];
}
S!5 a1... | |||
June 10, 2022 Learn » a struct as an multidimensional array index | |||
|---|---|---|---|
| |||
...a [multidimensional] array index:
````D
struct indexedPair
{
size_t x, y;
}
bool isMapPassable[100][100... | |||
Copyright © 1999-2021 by the D Language Foundation