Skip to search.
boost · C++ Boost

Group Information

  • Members: 4382
  • Category: C and C++
  • Founded: Oct 23, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 7854 - 7883 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7854 Reid Sweatman
borderland@... Send Email
Jan 1, 2001
11:28 am
... 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...
7855 Reid Sweatman
borderland@... Send Email
Jan 1, 2001
11:31 am
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 ...
7856 Daryle Walker
darylew@... Send Email
Jan 1, 2001
4:30 pm
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'...
7857 Gregory Seidman
gseidman@... Send Email
Jan 1, 2001
6:16 pm
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. ...
7858 David Allan Finch
sarum@... Send Email
Jan 1, 2001
6:41 pm
... 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...
7859 Andrew Myers
andrew@... Send Email
Jan 2, 2001
3:30 am
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...
7860 Andrew Myers
andrew@... Send Email
Jan 2, 2001
3:45 am
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...
7861 David Abrahams
abrahams@... Send Email
Jan 2, 2001
4:20 am
... From: "Andrew Myers" <andrew@...> ... with ... support ... My impression of the first change is that your compiler is correct and your proposed...
7862 Andrew Myers
andrew@... Send Email
Jan 2, 2001
6:55 am
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...
7863 Dietmar Kuehl
dietmar_kuehl@... Send Email
Jan 2, 2001
12:28 pm
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...
7864 John Maddock
John_Maddock@... Send Email
Jan 2, 2001
12:41 pm
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 ...
7865 John Maddock
John_Maddock@... Send Email
Jan 2, 2001
12:42 pm
... 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...
7866 John Maddock
John_Maddock@... Send Email
Jan 2, 2001
12:42 pm
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...
7867 John Maddock
John_Maddock@... Send Email
Jan 2, 2001
12:44 pm
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...
7868 David Abrahams
abrahams@... Send Email
Jan 2, 2001
1:18 pm
... From: "John Maddock" <John_Maddock@...> To: <boost@egroups.com> ... You learn something new every day ;-) ... I don't see any qualification...
7869 Lois Goldthwaite
loisg@... Send Email
Jan 2, 2001
1:46 pm
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...
7870 David Abrahams
abrahams@... Send Email
Jan 2, 2001
1:55 pm
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:...
7871 Jeremy Siek
jsiek@... Send Email
Jan 2, 2001
3:41 pm
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...
7872 Jeremy Siek
jsiek@... Send Email
Jan 2, 2001
4:02 pm
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...
7873 Jeremy Siek
jsiek@... Send Email
Jan 2, 2001
4:04 pm
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...
7874 Dave Abrahams
abrahams@... Send Email
Jan 2, 2001
4:15 pm
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. ...
7875 Daryle Walker
darylew@... Send Email
Jan 2, 2001
8:50 pm
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...
7876 Andrew Myers
andrew@... Send Email
Jan 2, 2001
10:47 pm
Lois, I tried your suggestion. Both compilers happy with this. ... -- Andrew Myers I-SiTE Senior Software...
7877 Hubert.Holin@... Send Email Jan 2, 2001
11:35 pm
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),...
7878 Hubert.Holin@... Send Email Jan 2, 2001
11:59 pm
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....
7879 Joseph Berrios
jsberrios@... Send Email
Jan 3, 2001
2:27 am
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...
7880 Joseph Berrios
jsberrios@... Send Email
Jan 3, 2001
3:04 am
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...
7881 David Abrahams
abrahams@... Send Email
Jan 3, 2001
4:21 am
... From: "Jeremy Siek" <jsiek@...> ... I have real concerns about the efficiency of the algorithm iterator approach, unless you have some way to add a...
7882 Gregory Seidman
gseidman@... Send Email
Jan 3, 2001
5:01 am
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 }...
7883 John Maddock
John_Maddock@... Send Email
Jan 3, 2001
11:28 am
... 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...
Messages 7854 - 7883 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help