OT: What's your favorite codeline?

2009-08-29 Thread A Bothe
What's your favorite line of D code? My one is Application.Run(); And yours? -- PS: Check out my D-IDE at http://www.alexanderbothe.com/?id=27

Re: IDE for D? Recommendations?

2009-10-23 Thread A Bothe
AJ Wrote: > Anyone have recommendations for which IDE to use to do an evaluation of D > with? I don't need powerful capabilities as I'm just looking to write some > code and get a feel for some things in D. A bundle would be great. Also, I > think it would be fun to look at the libraries during

A newer WinDBG version, please...

2010-01-05 Thread A Bothe
Like I wrote in the D.Debuggers forum: Hi everyone, after seeking for symbolic debuggers for D I noticed that there's a newer version of WinDBG http://www.microsoft.com/whdc/devtools/debugging/installx86.Mspx I tried this one with the latest (D 2.0.3.7) DMD version and it worked! http://digit

Re: A newer WinDBG version, please...

2010-01-05 Thread A Bothe
Walter Bright Wrote: > A Bothe wrote: > > Like I wrote in the D.Debuggers forum: > > > > Hi everyone, > > > > after seeking for symbolic debuggers for D I noticed that there's a > > newer version of WinDBG > > > > http://www.microsof

Division by zero - why no exception?

2010-01-10 Thread A Bothe
Hey everyone, I noticed something: double a=0.0; double f=1/a; writeln(f); ... prints 2.66825e-284 normally it shall throw a exception or do something else ... but it doesn't ... why?

Re: Division by zero - why no exception?

2010-01-10 Thread A Bothe
OK, thanks!

D-IDE and its new project site

2010-01-31 Thread A Bothe
Hello D World! As I visited digitalmars.com just a few minutes ago I noticed that there's a link to my website. Of course I'm really happy about that but D-IDE has a new page on SourceForge now - so could somebody update the link to http://d-ide.sourceforge.net, please? Thanks, Alex

Re: D-IDE and its new project site

2010-02-01 Thread A Bothe
Ary Borenszweig Wrote: > A Bothe wrote: > > Hello D World! > > > > As I visited digitalmars.com just a few minutes ago I noticed that there's > > a link to my website. Of course I'm really happy about that but D-IDE has a > > new page on SourceForge