Search

February 10, 2015
LDC »
...I did an experiment and changed to ccc for D linkage.  For some reason I...
February 09, 2015
General »
...void main()
{
	auto s = join([ "aaa", "bbb", "ccc" ]);
	pragma(msg, typeof(s));
}
```

It outputs "string...
February 08, 2015
LDC »
...for D calling convention and instead of ccc. I am wondering if I should cripple...
December 10, 2014
General »
...code failing too:

auto r = ["aaa", "bbb", "ccc"].map!foo;
// should compile but will fail...
December 08, 2014
DWT »
...border:1 2 3 4;
        bgcolor: soild #ccc;
        borderColor: vGradient 0.0 red 0.5...
August 14, 2014
Learn »
...and web frameworks were vulnerable:
http://events.ccc.de/congress/2011/Fahrplan/events/4680.en...
July 11, 2014
General »
http://events.ccc.de/congress/2010/Fahrplan/events/4221.en.html
November 07, 2013
General »
...someFunc(int[] aaa, string[string] bbb, double ccc)
{
	
	writeln("Some function executed!!!");
}

void test(FunctionT...
July 19, 2013
Learn »
...string[] args)
{

	auto s = splitS("abc bas   ccc", " ");
	
	foreach(a; s) writeln(a);
	
	din.getc();
}
April 10, 2013
Issues »
...class C(T){}
class CC(T){}
class CCC(T){}

void main()
{
    import std.stdio;
    writeln...
1 2 3 4
Next ›   Last »