Thank you, Don. I saw your post on the http://news.gmane.org/
gmane.comp.lang.d.dmd.beta group. I'll wait for the next release.
Does anybody knows about when the http://d.puremagic.com/issues/
show_bug.cgi?id=2460 (DMD bug 2460) will be addressed?
eles wrote:
Hello,
I just installed dmd 2.045 (unarchived in c:\dmd2) and put c:
\dmd2\windows2\bin on path.
Compiling the following:
import std.complex;
int main(){
return 0;
}
fails with:
C:\dmd2>dmd test.d
OPTLINK (R) for Win32 Release 8.00.2
Copyright (C) Digital Mars 1989-20
On Sun, 09 May 2010 18:57:08 +, eles wrote:
> actually, i think 2.045 was the second (after 2.044) release to include
> std.complex.
You are right, what's in Phobos now is the new std.complex.
> as i understand, std.complex should replace the native types cfloat,
> creal, ifloat, ireal etc.
actually, i think 2.045 was the second (after 2.044) release to
include std.complex.
as i understand, std.complex should replace the native types cfloat,
creal, ifloat, ireal etc.
i was eager to test the new std.complex. it seems that some work is
still needed. maybe someone could submit a bug re
On 09/05/10 14:41, div0 wrote:
Though I think there's been discussion about the whole complex number
support. Not sure what's going off but I think it's going to overhauled
or replaced, so you'd be better off not using std.complex
std.complex has just undergone its major rewrite, I'm not sure i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
eles wrote:
> Thanks for your answer. Me too, I prefer working on linux but for
> some reasons I remain on windows until dmd goes 64-bit.
>
> For the record, std.stdio works fine:
>
> Compiling
>
> import std.stdio;
>
> int main(){
> writefln("hell
Thanks!
Thanks for your answer. Me too, I prefer working on linux but for
some reasons I remain on windows until dmd goes 64-bit.
For the record, std.stdio works fine:
Compiling
import std.stdio;
int main(){
writefln("hello!\n");
return 0;
}
results in:
C:\dmd2>dmd test.d
C:\dmd2>test
hello!
R.Tenton:
> That would be nice.
http://d.puremagic.com/issues/show_bug.cgi?id=4164
That would be nice.
R.Tenton:
> Or is this the wrong place to ask?
The right place to report errors in the docs is the bugzilla...
But if you don't want to subscribe some people here can do it for you.
Bye,
bearophile
The sieve algorith was not my problem. I wanted to point out that
the example is totally screwed up, so it would be corrected.
Or is this the wrong place to ask?
12 matches
Mail list logo