December 01 Genel » Re: AA Helper | |||
|---|---|---|---|
| |||
...kullanıcıdan bunun onayını da alabilir:
```d
void main()
{
with (Yetki)
{
auto user = [
... | |||
November 30 Genel » Dinamik Rol Tabanlı Yetkilendirme Programı (with AA by AI) | |||
|---|---|---|---|
| |||
...yapılmadı.");
}
} else {
writeln("Yetki zaten eşleşiyor.");
}
}
void main()
{
auto kullanıcı = [ "Ali" : Yetki.Admin,
"Ayşe" : Yetki... | |||
November 29 Learn » Re: raylib-d how to program a simple moving circle. | |||
|---|---|---|---|
| |||
...std.stdio: writeln;
import raylib; //Error
void main() {
validateRaylibBinding();
// creating window
//InitWindow(720, 640, "Dlang... | |||
November 28 General » Re: Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...s not the same!
import std;
void main ()
{
auto arr = typeid (int).initializer;
writeln (arr... | |||
November 28 Issues » [Issue 24888] New: DMD generates bad DWARF for static array return values | |||
|---|---|---|---|
| |||
...auto b() { return (ubyte[17]).init; }
void main(){}
EOF
dmd -g bug
gdb -ex start... | |||
November 27 Genel » Re: AA Helper | |||
|---|---|---|---|
| |||
...isim.writeln(" sadece ziyaretçi, işlem yapılamaz.");
}
void main()
{
// Rolleri işlevlere bağlama:
fun[string] roller = [
"Admin... | |||
November 27 Genel » Re: AA Helper | |||
|---|---|---|---|
| |||
...isim.writeln(" isimli öğrencinin notu: ", not);
}
void main()
{
auto notYazdır = &callback_fun;
öğrenciNotları.var_Mı... | |||
November 27 Learn » Re: File-like option where the "file contents" comes from a string? | |||
|---|---|---|---|
| |||
...top. For example, instead of:
```D
void main(string[] args)
{
writeln(lineCount(File(args[1... | |||
November 27 Issues » [Issue 24886] New: std.typecons.Tuple does not support compatible `.tupleof` args | |||
|---|---|---|---|
| |||
...void f2(Tuple!(uint, uint) a){}
void main()
{
S s;
uint[2] a;
f1(s... | |||
November 26 Issues » [Issue 24884] backend generates wrong 32-bit code after inlining math with double[4] | |||
|---|---|---|---|
| |||
...p) + p;
abcd[1] = q + p;
}
void main()
{
double[4] a = 0.0;
inlinebug(a... | |||
Copyright © 1999-2021 by the D Language Foundation