Search

July 07, 2004
Issues »
...c = new C();
}

Compiler [dmd v0.94] outputs: class C member this is not accessible
June 18, 2004
c++ »
...0;
}


When I run the program, it outputs 0.  0 is the original value I...
June 14, 2004
General »
...foreach(char c; test)
	printf("%02x ",c);

outputs

14:= 72 65 67 61 6e 00...
June 12, 2004
Issues »
...0|| + | + ||+|0|
|+|+|| 0 | 0 ||0|+|
+-+-++---+---++-+-+

all four outputs ffd, ffe, d, e SHOULD be the...
June 05, 2004
Issues »
...instead of printing "3.140000" the program outputs "-nan". i guess its not an optimization...
May 18, 2004
General »
...of a powerful functional macro language that outputs some code that is similar to D...
May 18, 2004
Issues »
...printf("%.*s\n",toString(t));
| return 0;
| }
|
| Outputs:
|
| Tue May 18 13:32:05 GMT...
May 18, 2004
Issues »
...printf("%.*s\n",toString(t));
	return 0;
}

Outputs:

Tue May 18 13:32:05 GMT...
May 12, 2004
Issues »
...printf("\n"); // outputs 123
  b.foo(); b.foo(); b.foo(); printf("\n"); // outputs 111
}

// If...
May 11, 2004
Issues »
...a, read(a).length);
 }
}
//-------------------------

That is, it outputs the size of every file in the...
180 181 182 183 184 185 186 187 188 189 190
Next ›   Last »