... Excellent web site! Never studied division algebras specifically, but the site is a good intro. Well, when I decide to do a relativistic space game, with...
Reid Sweatman
borderland@...
Jan 1, 2001 11:28 am
7855
Same problem we need to solve in games. Is it possible (assuming you don't end up licensing it) to generalize the mechanism handling your orientation ...
Reid Sweatman
borderland@...
Jan 1, 2001 11:31 am
7856
I posted version 18 (special millennium edition) of "dlw_oprs.zip" to the Boost vault at eGroups. Here's stuff I changed: 1. Removed the 'bit_manipulative'...
Daryle Walker
darylew@...
Jan 1, 2001 4:30 pm
7857
Joseph Berrios sez: } Your points are well taken. But the design criteria on why I used } Socket can shed a light on why I stuck with the concept of Sockets. ...
Gregory Seidman
gseidman@...
Jan 1, 2001 6:16 pm
7858
... That should be File Descriptor not Socket. (Unless I have misunderstood). An open(3) & socket(3) call returns a File Descriptor not a Socket. Personally I...
David Allan Finch
sarum@...
Jan 1, 2001 6:41 pm
7859
To start with, I realise the IRIX compilers are not among the supported compilers, but this might be useful for future support. The platform on interest is...
Andrew Myers
andrew@...
Jan 2, 2001 3:30 am
7860
I think this is a good idea as well. I am of the 'user' ilk of subscriber, and while the discussions on the mailing list are interesting in terms of increasing...
Andrew Myers
andrew@...
Jan 2, 2001 3:45 am
7861
... From: "Andrew Myers" <andrew@...> ... with ... support ... My impression of the first change is that your compiler is correct and your proposed...
David Abrahams
abrahams@...
Jan 2, 2001 4:20 am
7862
I want to use the graph library to determine the shortest path between two vertices in a graph. I can use the Dijkstra algorithm to solve the single source...
Andrew Myers
andrew@...
Jan 2, 2001 6:55 am
7863
Hi, ... This is not an answer to your question but just comment because the concepts of algorithm implementation are an area I'm quite interested in: This is...
Dietmar Kuehl
dietmar_kuehl@...
Jan 2, 2001 12:28 pm
7864
Ed, ... Point taken but that doesn't cover library dependencies - and I anticipate that this will become more and more of an important issue as more libraries ...
John Maddock
John_Maddock@...
Jan 2, 2001 12:41 pm
7865
... your ... I'm not surprised that the compiler chokes on that, however according to 14.7.1p2 it does actually look as though this is legal, even though for a...
John Maddock
John_Maddock@...
Jan 2, 2001 12:42 pm
7866
Daryle, ... When ... Then ... original ... I often work that way as well. I don't see any problem with this, provided that the headers are in a single...
John Maddock
John_Maddock@...
Jan 2, 2001 12:42 pm
7867
I've checked in a revised version of the type_traits library into development/type_traits/. Note that this includes all dependencies not just the changed...
John Maddock
John_Maddock@...
Jan 2, 2001 12:44 pm
7868
... From: "John Maddock" <John_Maddock@...> To: <boost@egroups.com> ... You learn something new every day ;-) ... I don't see any qualification...
David Abrahams
abrahams@...
Jan 2, 2001 1:18 pm
7869
I'm inclined to agree with MIPSPro over VC (so is Sun's 5.0 compiler, BTW). Isn't it supposed to check for legal constructs at the point of instantiation? As a...
Lois Goldthwaite
loisg@...
Jan 2, 2001 1:46 pm
7870
Lois, Do you also disagree with John's reading of 14.7.1 paragraph 2? -Dave ... From: "Lois Goldthwaite" <loisg@...> To: <boost@egroups.com> Sent:...
David Abrahams
abrahams@...
Jan 2, 2001 1:55 pm
7871
On Sun, 31 Dec 2000, John E. Potter wrote: jpotte> On Sun, 31 Dec 2000, Daryle Walker wrote: jpotte> jpotte> > Should we make an algorithm header, with...
Jeremy Siek
jsiek@...
Jan 2, 2001 3:41 pm
7872
This is currently no straightforward way to stop early with the BGL dijkstra algorithm. As Dietmar mentioned, this would be easier with an algorithm iterator...
Jeremy Siek
jsiek@...
Jan 2, 2001 4:02 pm
7873
Looking at the current CVS, Problem 2 has been fixed. I'll take a look at problem 1 tonight. Cheers, Jeremy On Tue, 2 Jan 2001, Andrew Myers wrote: andrew> To...
Jeremy Siek
jsiek@...
Jan 2, 2001 4:04 pm
7874
Hi Everyone, There appears to be some problem with our ISP right now. We're working to address it and hope to have something back online by this afternoon. ...
Dave Abrahams
abrahams@...
Jan 2, 2001 4:15 pm
7875
on 1/1/01 2:35 AM, Joseph Berrios at jsberrios@... wrote: [SNIP rationale of making a socket library] ... [SNIP past replies] The socket class would be a...
Daryle Walker
darylew@...
Jan 2, 2001 8:50 pm
7876
Lois, I tried your suggestion. Both compilers happy with this. ... -- Andrew Myers I-SiTE Senior Software...
Andrew Myers
andrew@...
Jan 2, 2001 10:47 pm
7877
Paris (U.E.), le 03/01/2001 ... OK, I'll also upload the octonions. It just needs a bit more work (specialisations and coding some transcendental functions),...
Hubert.Holin@...
Jan 2, 2001 11:35 pm
7878
Paris (U.E.), le 03/01/2001 ... Well, actually, something like five or six years ago, I tried to sell myself using that among other things, to Alias/Wawefront....
Hubert.Holin@...
Jan 2, 2001 11:59 pm
7879
Hi, First on my note was that I found the computational model of Java as a whole restrictive. Anyways on the socket part the Socket API in Java is well...
Joseph Berrios
jsberrios@...
Jan 3, 2001 2:27 am
7880
Daryle, thanks for your response and thoughts. To be honest with you I have no idea how the streambuf works. I am currently looking for a tutorial on the...
Joseph Berrios
jsberrios@...
Jan 3, 2001 3:04 am
7881
... From: "Jeremy Siek" <jsiek@...> ... I have real concerns about the efficiency of the algorithm iterator approach, unless you have some way to add a...
David Abrahams
abrahams@...
Jan 3, 2001 4:21 am
7882
I'm replying to two messages simultaneously here. Bear with me. Joseph Berrios sez: } First on my note was that I found the computational model of Java as a }...
Gregory Seidman
gseidman@...
Jan 3, 2001 5:01 am
7883
... Yes, but the default argument should not be instantiated unless used. Having said that, this is a special case, because the defualt argument is not a...