Search

February 27, 2007
Debuggers »
...0-9]*):.*\n
then the lines ddbg outputs should match.
codeblocks uses
\032\032([A...
February 23, 2007
Issues »
...c.getter()(0,i);
  writefln( i); //works: outputs 6
  GETTER q= c.getter(); // implicit conversion...
February 23, 2007
General »
...TypeInfo's for each .obj that it outputs), but every solution seems to bring with...
February 21, 2007
Announce »
...and when I run the program it outputs:
struct test_struct { int x; int y; }
February 18, 2007
GDC »
...Testy t = new Testy();
	return 0;
}


It outputs the following lines:
./a.out
gdc version...
February 14, 2007
General »
...This just reads from standard input and outputs until stdin ends.

It seems that Windows...
February 11, 2007
Learn »
...the length.
  }
  std.stdio.writefln("%s", a); // outputs "aBc";

** 'inout' **
causes the parameter to be...
February 10, 2007
Issues »
...public import A;

=================

The program compiles, and outputs:

0
5

(A's constructor gets called...
February 10, 2007
Learn »
...when outputting a '\n'.  Not for small outputs anyway.  I'm used to printf's...
February 06, 2007
Announce »
...for rebuild!

Most notable is that rebuild outputs object file names as fully-qualified module...
160 161 162 163 164 165 166 167 168 169 170
Next ›   Last »