Encyclopedia > Talk:C Plus Plus

  Article Content

Talk:C Plus Plus

future note to whoever updates the C definition of "C++" or feels the need to clarify it:

  • Does your statement reflect a strict definition of *what it does*, or does it help illustrate *why the language is called C++*?
  • Is tangential syntactical clarification about this statement relevant to the goal of explaining why the language is called C++?
  • Is it good enough already or are you just changing it for the hell of it?

For example: stating that "C++ is a C expression that stands for postorder incrementation of the variable C" is a great definition of C syntax. Yet it does almost nothing to explain why there is a language called C++ and how that relates to a language called C.

This is not addressed to anyone in particular, but to the inevitable next person to update this page so please don't take offense.

Finally, I changed it by adding a quote from stroustrup, and an explicit statement that yes it is a play of "words". Perhaps "from the horse's mouth" will do.


There is nothing inaccurate about stating that ++ is an increment operator. Your comparison statement has no relevance outside a discussion of postorder-preorder discussion--and that discussion would be covered most likely in C programming language.

BTW, wouldn't C++ == C since its not incremented yet?


I removed
[Technically the pun is inaccurate; C++ < C in both languages.]
because it's wrong. In both languages, the order of evaluation is unspecified. If the right-hand side is evaluated first, then the expression as a whole evaluates to false or 0 (depending on the langauge). This assumes that the type of C is a built-in arithmetic type, of course. --Zundark, 2001 Nov 1


Any expression with "C" and "C++" both occurring between sequence points (and comparisons are not sequence points) is officially undefined, which means the compiler is free to do anything at all. That's the nature of C, to leave things up to the compiler. Other expressions with "c++" (by itself) have the value of "c", if that value is used. By itself, it is used only for the side-effect. At any rate, the statement is not only inaccurate, it's totally irrelevant smart-ass nonsense that provides no useful information to the reader about the topic here, so by deleting it we're not deleting "content", because the statement has no content. The absolute undeniable facts are these: C programmers often use the expression "c++", by itself, to increment the variable "c". Stoustrup chose to use this common and useful idiom to name his language. Even if you modified the statement to be accurate, obscure details about particular operator behavior should go into some different article that covers such details. --Lee Daniel Crocker

Amen! Thank you for stating so eloquently what I was trying to say... --Alan D


But, in fact, you ARE deleting content. Moreover, in this context, it is not an "obscure detail" about operator behavior, but a widely-known observation about the pun which underlies the name of the C++ programming language. Your description of this information as "totally irrelevant smart-ass nonsense" is simply incorrect. I am frankly somewhat puzzled as to why you are reacting so emotionally to including this information. I suppose it has something to do with the way that programming languages seem to inspire almost religious fervor in some people. You evidently seem to think this information somehow denigrates C++ or Stoustrup. Of course that's ridiculous. But it's clear that your actions are an inappropriate attempt to censor Wikipedia content. -HWR
Have you even taken a high school english class? Did they teach you how to write papers? Nobody is excising it based on a "denigration of stroustrup". It was deleted because:
  • The expression "C++", as it is used in C, C++, and the _name_ "C++", is sitting alone. Any argument about operator or comparison precedence is not relevant to the discussion because it has ONE OPERATOR and NO COMPARISON.
  • The statement is technically incorrect, as Zundark and LDC have pointed out because the order is undefined (a point I was not aware of, something I freely admit.)

In other words, it was deleted because good editing requires it. Not everything is purely about content here. Lets suppose that the statement (C++==C) _was_ true. We still would not include this information because it is not relevant to the topic on hand. No one mentioned comparison, so any comments on order of evaluation in comparisons should be relegated to somewhere else. This is called GOOD WRITING.

You want to write about it? Here's how you might do it and retain document quality. Note something like

(stroustrup could have chosen "++C" as well. See Operator precedence[?].)

Then write to your hearts content in Operator precedence[?] about these niggling little points that are suddenly relevant _in proper context_.

No one is giving up, because we care about the quality of wikipedia. Alan D


First, the point I was attempting to make really has nothing to do with operator precedence or the order of evaluation of operands. It has to do with the value of the expression "C++", and it is perfectly relevant in this context. In fact, Stroustrup himself mentions it in precisely the same context. I readily accept the criticism that the point could be better expressed, in which case it should be rewritten, not deleted. Good editing does not require the deletion of content. If you are unable to rewrite it to your stylistic satisfaction, then you should leave it in place for someone else. And yes, I did take english class in high school (at least I think so, it was a long time ago). And no, personal insults are not appropriate conduct here either. -HWR
Hank:

first, I formally rescind my insult with apologies. On the other hand, I (and I'm sure a few other contrubuters here) resent the implication that anyone is trying to _censor_ content. I also happen to think that the notion that anyone would "censor" information like that for some bizarre reason is kind of funny. Now I think that I have a fairly good grasp on the C++ language. Lee here has written quite a bit in the Java language page and is quite a smart fellow himself, and it would seem that Zundark knows what he is talking about as well. Yet thus far your point has eluded all of us. This could be entirely the result of our own failings, but the burden lies on you to demonstrate why this point is valid, or else the basis of the wiki process requires us to edit the page.

I'm still at a loss as to why the information is important, especially if it has nothing to do with order of evaluation. Perhaps the best way to demonstrate this would be to produce the strousrup quote you refer to. I have read his book on C++ (well, a good chunk of it) including the part where he mentions the naming of C++. Thats where I got his quote. He didn't see fit to mention your point there either. And please don't produce a quote that has nothing to do with the naming of C++.

And lastly, I don't think anyone is acting emotionally about the quote itself, but as a result of our repeated lack of understanding as to why this is relevant information while at the same time someone else sees it as indispensible. This has degenerated into a flame war, and I don't think anyone wants that. I will have nothing more to say on the subject save a personal apology if you can demonstrate to the community's satisfaction why this is relevant.


Alan,

Apology accepted; no big deal. I have attempted a rewrite I hope you'll find acceptable. Let me know if you feel there's still a problem.


As it is currently written (some say ++c would have been better...) it is now more accurate and I think better fitting. I suppose a bit of culture isn't out of place, so my earlier "irrelevant" comment is retracted. --LDC


Shouldn't this page be named C Plus Plus programming language instead, as stated in the Wikipedia:Naming conventions


I agree- and since no-one has objected to your suggestion, I've gone ahead and done it.
C++ is now one of the widest-used languages, due to the widespread use of Unix and the market monopoly of Microsoft. I think it deserves a small tutorial in Wikipedia.

I would like to write the tutorial (actually, two: one for programmers familiar with other languages, and one for people with no programming experience). The tutorials would be on a set of separate pages, with a prominent wiki in this article.

However, I don't want to waste my time and energy, so I ask you: does anyone have an opinion as to whether such a tutorial belongs in Wikipedia?

David 14:38 Dec 26, 2002 (UTC)


There already is a C++ Wiki and Tutorial at

http://www.gnacademy.org/twiki/bin/view/CPP/WebHome


I don't think Wikipedia is the place for tutorials. It's purpose is to document information; for a programming language, there should be a general description, history, common usage scenarios, etc., and perhaps some short examples. Links to tutorials like the one mentioned above would be appropriate. Wesley
Is this language ever referred to as C Plus Plus...or should it be moved to CPlusPlus? Pizza Puzzle

The only references to CPlusPlus I can find are used as abbreviations in such things as email addresses and URLs. The most common name of course is C++ but I'm pretty sure we have it here because that would throw off the search engine. Hephaestos

I guess C plus plus gets way more sites than Cplusplus; however, most of these appear to be lowercase, not uppercase. Pizza Puzzle

I don't think there's much point in moving it at the moment. I'm still hoping that [[C++]] will be made to work eventually, then we can move it there. --Zundark 10:03 May 14, 2003 (UTC)

righto Pizza Puzzle


Moved from the article

Some C programmers have noted:

  • If x=3 and y=x++, then x=4 and y=3
  • However, if y=++x, then y=4 and x=4.

Following such reasoning, a more proper name for C++ might actually be ++C. However, other C-programmers do use the expression "c++" to increment the variable "c".

Is this really significant to note? -- Taku 19:59 16 May 2003 (UTC)

Well, the guy who designed C++, he thought it was worth noting that some people make this argument; although he does disagree with them. Why wouldn't it be significant? Its been a part of this article since it was first created 2.5 years ago. Pizza Puzzle

how long do I have to wait for a response before I can revert the deletion? Pizza Puzzle

Sorry for responding late, you can revert if you want without wating for me for a long time. I am wondering if you think it is significant to note why don't you also put the reason why. I mean you can say the designer of C++ (I know his name but can't remember how to spell), you can say that in the article too. Oh by the way the length of history in here doesn't matter much. There are a lot of articles that are worthless, POV'd but have remained years unfortunatelly. -- Taku 23:09 17 May 2003 (UTC)

Are you suggesting that this information is in some way POV? I can't see how its POV. Pizza Puzzle

No, not POV problem at all. What I meant is that if the readers see that mention, they may wonder so what. Some C programmers? Who are they? Why is it important. If it should be noted, it should be cleared why it should be noted. -- Taku 00:22 18 May 2003 (UTC)



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
1904

... Campini, Italian jet pioneer November 30 - Clyfford Still, painter Deaths: January 20 - Dmitri Ivanovich Mendeleev, Russian chemist and inventor of the Periodic ...

 
 
 
This page was created in 77.9 ms