473,769 Members | 7,058 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Group for Discussing about boost library

Hi All,

I've created a new group for discussing about boost library. If you
are interested please join with it

http://groups.google.com/group/boost-library

Thanks.

Feb 22 '07 #1
5 1548
On 21 Feb 2007 23:45:33 -0800 in comp.lang.c++, "Sarath"
<CS*****@gmail. comwrote,
>I've created a new group for discussing about boost library.
You ignorant turd, who told you that was a good idea? If you have any
decency in you at all, remove that group from Google before it turns
into any bigger of a mess.

The regular Boost newsgroups/mailing lists, created and run by Boost and
gmane.org, are all you need. The only thing your stillborn ghost-town
vanity group can accomplish is to spread confusion among those equally
ignorant as yourself.

http://boost.org/more/mailing_lists.htm

Feb 22 '07 #2
On 22 Feb, 09:11, David Harmon <sou...@netcom. comwrote:
On 21 Feb 2007 23:45:33 -0800 in comp.lang.c++, "Sarath"
<CSar...@gmail. comwrote,
I've created a new group for discussing about boost library.

You ignorant turd, who told you that was a good idea?
hmmm Mr Harmon, ... If your bad language and your rude attitude is
representative of the people on the boost mailing lists forgive me for
not participating in it.

regards
Andy Little

Feb 22 '07 #3
David Harmon wrote:
On 21 Feb 2007 23:45:33 -0800 in comp.lang.c++, "Sarath"
<CS*****@gmail. comwrote,
>I've created a new group for discussing about boost library.

You ignorant turd, who told you that was a good idea? If you have any
decency in you at all, remove that group from Google before it turns
into any bigger of a mess.

The regular Boost newsgroups/mailing lists, created and run by Boost and
gmane.org, are all you need. The only thing your stillborn ghost-town
vanity group can accomplish is to spread confusion among those equally
ignorant as yourself.
Well, that seemed a bit unnecessary.

--
Mike Smith
Feb 22 '07 #4
Sarath wrote:
Hi All,

I've created a new group for discussing about boost library. If you
are interested please join with it

http://groups.google.com/group/boost-library
Boos already have that covered. Their mailing list covers every conceivable
topic remotely regarding boost. If that wasn't enough it can be accessed
through an usenet server through gname.org, along with other nearly 9
thousand groups.

So exactly what do you want to achieve with that group?
Best regards
Rui Maciel
--
Running Kubuntu 6.10 with KDE 3.5.6 and proud of it.
jabber:ru****** **@jabber.org
Feb 22 '07 #5
Mike Smith wrote:
David Harmon wrote:
>On 21 Feb 2007 23:45:33 -0800 in comp.lang.c++, "Sarath"
<CS*****@gmail .comwrote,
>>I've created a new group for discussing about boost library.

You ignorant turd, who told you that was a good idea? If you have any
decency in you at all, remove that group from Google before it turns
into any bigger of a mess.

The regular Boost newsgroups/mailing lists, created and run by Boost and
gmane.org, are all you need. The only thing your stillborn ghost-town
vanity group can accomplish is to spread confusion among those equally
ignorant as yourself.

Well, that seemed a bit unnecessary.
It is still a little less unnecessary than a google group for discussing the
boost libraries. I am not a friend of fighting words, but someone needed to
break it to the OP that creating another place to discuss boost libraries
is a BadIdea(tm).
Best

Kai-Uwe Bux
Feb 22 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
3181
by: sbobrows | last post by:
{Whilst I think much of this is OT for this newsgroup, I think the issue of understanding diagnostics just about gets under the door. -mod} Hi, I'm a C++ newbie trying to use the Boost regex libraries. Here's my situation. My system is Red Hat Linux 9, using the Borland C++BuilderX Personal IDE (which uses the g++ compiler).
205
10700
by: Jeremy Siek | last post by:
CALL FOR PAPERS/PARTICIPATION C++, Boost, and the Future of C++ Libraries Workshop at OOPSLA October 24-28, 2004 Vancouver, British Columbia, Canada http://tinyurl.com/4n5pf Submissions
6
1763
by: George M. Garner Jr. | last post by:
VC8.0 crashes while compiling boost-1.33.1 serialization library (or any other library that includes the serialization headers) if code analysis (/analyze) is enabled. This problem did not occur with prior beta releases of boost-1.33.1 or with the VC8.0 beta. You may want to consider whether the crash of a dependent tool should be allowed to cause the entire VC8 IDE to hang or whether this might be a design defect. Given the recent price...
0
2515
by: ufnuceda | last post by:
Hello everyone, I was wondering if any of you have some experience with the boost library. I am having trouble compiling code with it. Since boost is being used a lot these days I thought some of you might have an answer. I would greatly appreciate help with this, as I tried to search for an answer for quite some time in vain. I am getting error messages when I try to compile as soon as I put an include to the boost library in the...
17
1893
by: Howard Gardner | last post by:
/* If I am using boost, then how should I write this program? As it sits, this program is using SFINAE to determine whether or not a type supports particular syntax. I suspect that there is functionality in boost to do this. I have found mpl::has_xxx, which I suspect of being part of the solution. I've also found type_traits::has_nothrow_constructor
34
3181
by: Guch Wu | last post by:
Boost has many terrific libraries. But I want to know whether they are ready for using in real projects. Which of them are mature enough, or just only in progress?
3
13015
by: Andreas S. | last post by:
Hi, I don't any solution any more... I have written a small tool wich uses the boost library. It compiles fine, but I can't link it. I am on a Fedora Core 6 x86_64 system. The boost library is installed with "yum install boost" - so this should be fine. ldconfig | grep boost gives me a list with all the installed boost libraries, including the two (libboost_filesystem.so and
4
4403
by: DSmith1974 | last post by:
Are lookarounds supported in the boost regex lib? In my VS6 project using boost 1.32.0 I can declare a regex as.. <code_snippet> std::wstring wstrFilename = L"01_BAR08"; boost::wregex regxCarFile( L"(?=BAR)BAR{2}" ); bRet = boost::regex_search( wstrFilename, m, regxCarFile, boost::match_default ); if( true == bRet )
2
8790
by: soren.andersen | last post by:
Hello out there :-) I'm new to c++, coming from Java, and trying to learn the basics of the language and all that, basically just for fun. :-) So, when once I played around with c++ a bit i found out I didn't really have any ways of looking at directories. So, I looked around and found the boost library, which seems pretty cool. However, I seem to be unable to compile anything using these libraries.
0
10216
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10049
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8873
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7413
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5309
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3965
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3565
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.