473,587 Members | 2,412 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

The Big Three


Hello all,

Could someone that is in-the-know please explain what the intended use is of
the three newsgroups shown below? I realize, of course, that all are forums
for discussing C++, but what is the *difference* between the three?

comp.lang.c++
comp.lang.c++.m oderated
comp.std.c++

Thank you,
Dave

P.S. As long as I'm posting, are there other mainstream newsgroups that are
dedicated to discussions of *standard* C++?
Jul 19 '05 #1
3 2860

Dave Theese <ch**********@y ahoo.com> wrote in message
news:Zex2b.8171 $QT5.4642@fed1r ead02...

Hello all,

Could someone that is in-the-know please explain what the intended use is of the three newsgroups shown below? I realize, of course, that all are forums for discussing C++, but what is the *difference* between the three?

comp.lang.c++
Discussion of C++ as defined by ISO.
comp.lang.c++.m oderated
Same as comp.lang.c++ but moderated.
comp.std.c++


Discussion of the ISO standard itself.

-Mike


Jul 19 '05 #2
Dave Theese wrote:
Hello all,

Could someone that is in-the-know please explain what the intended use is of
the three newsgroups shown below? I realize, of course, that all are forums
for discussing C++, but what is the *difference* between the three?
Actually, that's not quite true.

comp.lang.c++
Used for discussion of the C++ language and library, as defined by the
C++ standard.
comp.lang.c++.m oderated
Moderated form of the above. Lower traffic. A human moderator
pre-approves every message before it is allowed to reach the group. This
makes it slower than a non-moderated group.
comp.std.c++
Used for discussion of the C++ standard itself, meaning the actual
standard document. Interpretations of passages, discussion of defects,
suggestions for additions, etc.

Thank you,
Dave

P.S. As long as I'm posting, are there other mainstream newsgroups that are
dedicated to discussions of *standard* C++?


alt.comp.lang.l earn.c-c++ comes to mind. There are also numerous
incarnations of comp.lang.c++ for other (spoken) languages. But
basically this is the place.

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.

Jul 19 '05 #3

"Dave Theese" <ch**********@y ahoo.com> wrote in message
news:Zex2b.8171 $QT5.4642@fed1r ead02...

P.S. As long as I'm posting, are there other mainstream newsgroups that are dedicated to discussions of *standard* C++?


alt.comp.lang.l earn.c-c++
Jul 19 '05 #4

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

Similar topics

2
1800
by: pbay | last post by:
Hi everyone, I'm experiencing a problem with PHP that doesn't seem to have any documentation related to it. I hope it's a simple error on my part :) Basically, I'm loading a SWF (Macromedia Flash) file via a PHP file. Here's a copy of this tiny script: <?php
28
9129
by: Sona | last post by:
I need to find a minimum of three float values.. what would be the most efficient way of doing this? Can someone please share a #define macro or something with me for doing this? Thanks Sona
1
1611
by: Jim Mellish | last post by:
I am trying to put together a schema with some validation on addresses. Three of the address fields are Flat, HouseName and HouseNumber. I have to ensure that at least two of the three or all three are present. The only way I can see to do this is to have a choice between: Flat and HouseName Flat and HouseNumber HouseName and...
2
11251
by: Sugapablo | last post by:
Can anyone help me out with some code to change three table cells (<td>) when one is hovered over? I have a calendar grid where each day is made up of three table cells and I want all three to change color when any of the three are hovered over. I would prefer to do this with pure CSS if possible, but if Javascript is the only way...so be...
3
2041
by: Bryan Parkoff | last post by:
I have C++ Primer Third Edition -- Author Stanley B. Lippman and Josee Lajoie. I have been studying it for couple months however it does not provide a valuable information which it is about "friend to class". I am very disappointed because it is the way how C++ Compiler is designed. I assume that "friend to class" is not the good option....
1
2482
by: NA | last post by:
Is it possible to have adjustable tables (not Access tables per se) but those in Ms Word or Excel based on nexted forms three deep? In other words, if I have a main form, Repair History, both the row and columns would grow accordingly. Column Heading: Parts Row Heading: Repair Description In this case, I may only know 25% of the parts...
7
3647
by: RLN | last post by:
Re: Access 2000 I have three history tables. Each table contains 3 years worth of data. All three tables have a date field in them (and autonum field). Each table has the potential to contain over 100K rows each. A common request the user receives is a request to pull all data written in a given month. I need to write some sort of union...
11
1617
by: MP | last post by:
context: (vb6 / ado / .mdb / jet4.0 / not using access) hypothetical problem say I need to track the properties of boxes. There are three kinds, cardboard, wood, and sheet metal. Each box has some common properties, width, depth, height So one table makes sense to store that....tblBoxes
3
2065
by: comp.lang.php | last post by:
I have a counter that evokes the "Three Strikes You're Out" rule.. if you make more than N mistakes it auto-resets to avoid flooding $_SESSION with attempt after attempt, etc. However, the counter never advances beyond 1! // HANDLE THE PART WHERE THE STUDENT INFORMATION WILL BE UPDATED OR SEARCHED if (is_array($_POST) &&...
1
8892
Death Slaught
by: Death Slaught | last post by:
I will be showing you how to make a very simple but effective three column layout. First we will begin with the HTML, or structure, of our three column layout. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"...
0
7918
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7843
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8206
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. ...
1
7967
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8220
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...
0
6621
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...
0
3840
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...
1
2353
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
1
1452
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.