Search

March 02, 2004
D »
...from files and other streams
bit write(...); // outputs info to files and other streams

It...
February 29, 2004
D »
...d", U.a.offset, U.b.offset);
}

outputs:
  0 4

It is a bug or...
February 29, 2004
D »
...a != 0 and then if b != 0

Outputs:
a && b

Either your memory is faulty...
February 28, 2004
D »
...finally
{
printf("yes, I'm finally here");}
}
outputs:
"Caught object are you there finally?"
"yes...
February 13, 2004
c++.command-line »
I have impression that link.exe outputs unnecessary characters in its banner:

  link /NOLOGO /SILENT...
February 11, 2004
D »
...this code run on dmd 0.79 outputs
Foo::Foo(0):100
Foo::Foo(1...
February 11, 2004
D »
...the loop
| was not entered. Action: more outputs inserted into the enclosing scopes.
| Observation: no...
February 10, 2004
D »
...the loop was not entered. Action: more outputs inserted into the enclosing scopes. Observation: no...
February 07, 2004
D »
...141516' and then casting it to int outputs `3'. I have checked the bit pattern...
February 06, 2004
D »
...bar=[0,,,3];

  printf("%d\n", bar[1]);
}

this compiles and outputs `3'.

So long.
183 184 185 186 187 188 189 190 191 192 193
Next ›   Last »