November 30 Learn » Re: raylib-d how to program a simple moving circle. | |||
|---|---|---|---|
| |||
...void raylib.binding.validateRaylibBinding()`
Error: undefined reference to `raylib_version`
referenced from `nothrow @nogc void... | |||
November 29 Learn » Re: raylib-d how to program a simple moving circle. | |||
|---|---|---|---|
| |||
...import std.stdio: writeln;
import raylib; //Error
void main() {
validateRaylibBinding();
// creating window
//InitWindow(720, 640... | |||
November 28 General » Re: Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...that's not the same!
import std;
void main ()
{
auto arr = typeid (int).initializer;
writeln... | |||
November 28 Issues » [Issue 24888] New: DMD generates bad DWARF for static array return values | |||
|---|---|---|---|
| |||
...C) auto b() { return (ubyte[17]).init; }
void main(){}
EOF
dmd -g bug
gdb -ex... | |||
November 27 Genel » Re: AA Helper | |||
|---|---|---|---|
| |||
...fun = void function(string);
void adminYetkisi(string isim) {
isim.writeln(" yönetici yetkilerini kullanıyor.");
}
void editorYetkisi... | |||
November 27 Genel » Re: AA Helper | |||
|---|---|---|---|
| |||
...d
void callback_fun(int not, string isim)
{
isim.writeln(" isimli öğrencinin notu: ", not);
}
void... | |||
November 27 Learn » Re: File-like option where the "file contents" comes from a string? | |||
|---|---|---|---|
| |||
...the top. For example, instead of:
```D
void main(string[] args)
{
writeln(lineCount(File(args... | |||
November 27 Issues » [Issue 24886] New: std.typecons.Tuple does not support compatible `.tupleof` args | |||
|---|---|---|---|
| |||
...b;
}
void f1(uint a, uint b){}
void f2(Tuple!(uint, uint) a){}
void main... | |||
November 26 Issues » [Issue 24884] backend generates wrong 32-bit code after inlining math with double[4] | |||
|---|---|---|---|
| |||
...norm(int a) => 0; pragma(inline, false) void inlinebug(ref double[4] point1, ref double... | |||
November 26 Issues » [Issue 24884] New: backend generates wrong 32-bit code after inlining math with double[4] | |||
|---|---|---|---|
| |||
...this code triggers an Access Violation: ```D void vecdiff(ref double[4] a, ref double... | |||
Copyright © 1999-2021 by the D Language Foundation