FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 6 matches
Forum Index
Author Message
  Topic: Mango installation on linux
prefetch

Replies: 2
Views: 7502

PostForum: Mango   Posted: Tue Aug 16, 2005 2:13 pm   Subject: Mango installation on linux
hi all. i can't find the "how to install mango" page anywhere.

i'm guessing i have to edit /etc/dmd.conf and put the mango tree somewhere (is it in next to the phobos tree d/dmd/src ?)

any help ...
  Topic: std.math.pow brokeness
prefetch

Replies: 8
Views: 15478

PostForum: General   Posted: Tue Aug 16, 2005 7:40 am   Subject: std.math.pow brokeness
so i did a grep in the phobos 'source' and found sleep in time.d, and so that made me happier.

thanks for the feedback folks. i think i'll post a general "wtf" to the newsgroup (which has no searc ...
  Topic: std.math.pow brokeness
prefetch

Replies: 8
Views: 15478

PostForum: General   Posted: Mon Aug 15, 2005 12:01 pm   Subject: Re: std.math.pow brokeness
myint = pow(2,16);You should be able to get it to work to with something like myint = pow(2.0L,cast(uint)16) (according to http://www.digitalmars.com/d/archives/digitalmars/D/14534.htm ...
  Topic: broken timestamps in tutorial section
prefetch

Replies: 1
Views: 10119

PostForum: Site   Posted: Mon Aug 15, 2005 9:49 am   Subject: broken timestamps in tutorial section
looks to me like the timestamps all are set to the current day, at 12am in the tutorial section.

also, D seems like a great language, but the documentation is crap - what is the best place to learn ...
  Topic: std.math.pow brokeness
prefetch

Replies: 8
Views: 15478

PostForum: General   Posted: Mon Aug 15, 2005 8:03 am   Subject: std.math.pow brokeness
D seems like a great language and all, but this seems broken to me. any ideas on why this doesn't work?

import std.math;

int main() {
int myint;
myint = pow(2,16);
}

rand.d(5): function ...
  Topic: dead?
prefetch

Replies: 5
Views: 25196

PostForum: Tutorials   Posted: Sat Aug 13, 2005 8:53 am   Subject: dead?
gee, why is this forum so dead?

anyway, since there is no "help me" part of the forum, i figured this is a good place to put my new-guy question:

i get this error when compiling:

object.d: mo ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group