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 9102 - 9131 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9102 Beman Dawes
bdawes@... Send Email
Mar 1, 2001
3:30 pm
... We are close to a release. A week away at the most. Probably sooner. The release will include the Boost Iterator Adaptor Library and the Boost Test ...
9103 limberm@... Send Email Mar 1, 2001
4:22 pm
I have boost_1_20_2, but see the same problem. Is this fix in, or still awaiting another release? BTW, I'm new to Python/Boost, and this stuff is GREAT....
9104 limberm@... Send Email Mar 1, 2001
4:28 pm
Hi All, Please forgive me if this has been discussed, but I couldn't find mention of it. I have a C++ library I am wrapping that routinely passes std::wstrings...
9105 Beman Dawes
bdawes@... Send Email
Mar 1, 2001
5:41 pm
... OS. I ... BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS ... Done. ... I checked 6.0. The correct constant is apparently 0x2400, not 0x4000. CVS ...
9106 Michael Andersen Nex€...
nexo@... Send Email
Mar 1, 2001
5:44 pm
Daryle, Recently, I've implemented a generic suballocator that I think would fit nicely into your memory utilities library. Below is a (somewhat long) ...
9107 Marc Paterno
paterno@... Send Email
Mar 1, 2001
10:34 pm
Hi, Thanks for the pointer. I had boost 1_20_1, which didn't have these examples; now I've upgraded to 1_20_2, and the extra examples are very useful. best...
9108 williamkempf@... Send Email Mar 1, 2001
11:45 pm
Most of us have written code to parse command lines. Recently, I got tired of doing this over and over again and needed to parse some complex switches for a...
9109 David Abrahams
abrahams@... Send Email
Mar 2, 2001
1:18 am
Yes; I'm very interested! -Dave ... From: <williamkempf@...> To: <boost@yahoogroups.com> Sent: Thursday, March 01, 2001 6:45 PM Subject: [boost]...
9110 David Abrahams
abrahams@... Send Email
Mar 2, 2001
1:49 am
The fix is now in the CVS repository. BTW, how was this showing up as a symptom? My analysis shows that the code I was using should have been equivalent. ...
9111 David Abrahams
abrahams@... Send Email
Mar 2, 2001
1:52 am
Mark, your additions are completely appropriate; I have been meaning to fold this fix into the distribution for some time now. Would you mind sending me a ...
9112 Kevlin Henney
kevlin@... Send Email
Mar 2, 2001
7:33 am
In message <97mmu8+g3t7@eGroups.com>, williamkempf@... writes [...] ... Yes, very interested. [Given a range of libraries that cover Python to...
9113 Moore, Paul
paul.moore@... Send Email
Mar 2, 2001
9:50 am
From: williamkempf@... [mailto:williamkempf@...] ... I think so. I would find this useful, and I don't see any reason why it shouldn't be a...
9114 Aleksey Gurtovoy
alexy@... Send Email
Mar 2, 2001
9:54 am
... Or classes to do it :) [snip] ... I am very interested too. IMO a command line parser is a perfectly appropriate library for Boost. Also, I believe that...
9115 Tibor Földes
tfoeldes@... Send Email
Mar 2, 2001
9:58 am
... I'm very interested too ! -- Tibor Földes comple.at...
9116 Craig Henderson
craigh@... Send Email
Mar 2, 2001
10:31 am
I'm interested too. ... From: williamkempf@... [mailto:williamkempf@...] Sent: 01 March 2001 23:45 To: boost@yahoogroups.com Subject: [boost]...
9117 yahoo@... Send Email Mar 2, 2001
11:03 am
... appropriate, deducible T for which std::iterator_traits<T> supplies all the correct traits. Well, I was not thinking of std::iterator_traits but rather one...
9118 Rasha Mostafa
rasha_mostafa@... Send Email
Mar 2, 2001
12:35 pm
Hi i have a problem i want to read an intger the user supposed to enter i donot know what function i have to use NOTE i donot want to use cin>> (iostream.h)...
9119 David Abrahams
abrahams@... Send Email
Mar 2, 2001
1:31 pm
... From: <yahoo@...> ... <example code snipped> ... I'm sorry, I just don't see where traits are passed "as one class" (or any other way, for...
9120 Jerome Lecomte
jlecomte@... Send Email
Mar 2, 2001
1:38 pm
Bill, The command line parser is a great idea. I personally use Brad Appleton's CmdLine :http://www.enteract.com/~bradapp/ftp/src/libs/C++/CmdLine.html. It's a...
9121 Beman Dawes
bdawes@... Send Email
Mar 2, 2001
2:38 pm
... I think a Command Line Parser would be widely useful, and perfectly suitable for Boost. Even if it was only useful for a very limited domain, Boost should...
9122 Beman Dawes
bdawes@... Send Email
Mar 2, 2001
2:39 pm
... Rasha, Please use the comp.lang.c++.moderated news group for C++ language and library questions. They are off-topic here, unless concerned with one of the...
9123 williamkempf@... Send Email Mar 2, 2001
2:46 pm
... configurable to ... with ... line. ... there ... relevant ... from. For ... Appleton's ... I've looked at his library as well in the past. In many ways...
9124 Beman Dawes
bdawes@... Send Email
Mar 2, 2001
2:46 pm
Please email me privately if you would like to volunteer to be a review manager. Daryle Walker's CRC library needs a review manager now, plus I expect some ...
9125 hankel_o_fung@... Send Email Mar 2, 2001
3:05 pm
Hi, The following program doesn't compile using VC++6 SP4 with Boost 1.20.2. Why not? Hankel #include <boost/graph/adjacency_list.hpp> int main() { using...
9126 hankel_o_fung@... Send Email Mar 2, 2001
3:15 pm
... {} ... Oops, what a silly mistake. Iterators vi, vend should be adjacency_iterator's. Hankel...
9127 boost@yahoogroups.com Send Email Mar 2, 2001
4:01 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the boost group. File : /Command Line...
9128 williamkempf@... Send Email Mar 2, 2001
4:08 pm
... of command line options. ... 20Parsing/getopt.zip This is the command line parser I talked about yesterday. The main.cpp gives a generic example of how to...
9129 Gary Powell
Gary.Powell@... Send Email
Mar 2, 2001
4:11 pm
... I know that there is for "C", I have a copy of an article printed in Unix Review which discussed a very nice command line parser. I ported it to C++ for a...
9130 Beman Dawes
bdawes@... Send Email
Mar 2, 2001
5:37 pm
... The case comes up over and over where Library Complete is truly wondrous, but Library Simple provides 90% of the same functionality, yet in only 30% of the...
9131 Beman Dawes
bdawes@... Send Email
Mar 2, 2001
5:45 pm
... Jens Maurer's original version of regression.cpp started out with: std::vector<std::string> args( argv+1, argv+argc ); That simplified later processing. ...
Messages 9102 - 9131 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