Search

July 08, 2002
D »
...error2;

import c.stdio;

void main()
{

// -> D outputs strings in ASCII codepage and not ANSI...
May 27, 2002
D »
...about "C++" are major advances, but stream outputs are not one of them.  Flames may...
March 17, 2002
D »
...Thus, the idea of a "dfront" which outputs C code. This would make D available...
March 11, 2002
c++.mfc »
...to convert libs correctly, but then linker outputs this error again:
Error 43: Not a...
March 07, 2002
D »
...and if you want to change its outputs you do it after, usually.  But there...
March 07, 2002
D »
...was that I found compilers with varying outputs, if I just couldn't find a...
January 19, 2002
D »
...I'd expect it to give different outputs:

    if (a == 1)
        foo();
    else if (b...
December 21, 2001
D »
...following program should
print 12, but it outputs 6:

    import stdio;

    struct vector
    {
    align(4...
November 27, 2001
c++.idde »
...greater than 309. Of course the program outputs the corect value, so it looks as...
November 16, 2001
c++ »
...inpw(baseAddress);
  i32 = inpl(baseAddress);

 // generate 3 outputs
  outp (baseAddress, i8);
  outpw(baseAddress, i16);
  outpl...
190 191 192 193 194 195 196 197 198 199 200
Next ›   Last »