Search

17 hours ago
Learn »
...to show what I tried:

string s;
int i
auto x = i"Message $(s) has...
1 day ago
General »
...types.h>
#include <sys/wait.h>

int main ()
{
   int rc = fork ();
   assert (rc != -1);
   if...
1 day ago
General »
...of a returned 0:

```
$ cat return0.d
int main ()
{
   import std.stdio;
   writeln ("OK.");
   return...
1 day ago
General »
...needs to be packed into a single `int` variable alongside other metadata (`WIFEXITED`, `WIFSIGNALED`, and...
1 day ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=22119

--- Comment #4 from dlangBugzillaToGithub <robert.schadek...
1 day ago
General »
...the D program using `extern (C) int close (int); close (1);`.)

```sh
$ dmd return0.d...
2 days ago
General »
...void baz(){
    int x;
    // auto y=&x; // error, good
}

void qux(){
    foo(); // ok
    int x...
3 days ago
General »
...allocate (ref int [] a)
   {
      int [16] b;
      writeln (b);
      a = b;
   }

   void main ()
   {
      int [] c...
3 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=24361

--- Comment #2 from dlangBugzillaToGithub <robert.schadek...
3 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=22256

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
« First   ‹ Prev
1 2
Next ›   Last »