Talk:C++
This is the talk page for discussing improvements to the C++ article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
Archives: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12Auto-archiving period: 2 months |
|
C++ was one of the Engineering and technology good articles, but it has been removed from the list. There are suggestions below for improving the article to meet the good article criteria. Once these issues have been addressed, the article can be renominated. Editors may also seek a reassessment of the decision if they believe there was a mistake. | ||||||||||||||||||||||
|
This article has not yet been rated on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
Please add the quality rating to the {{WikiProject banner shell}} template instead of this project banner. See WP:PIQA for details.
|
What is the meaning of C++
What is the meaning of C++ 37.111.137.145 (talk) 00:16, 6 July 2022 (UTC)
- It's literally written in the article. Have you tried reading it? Fbergo (talk) 04:06, 6 July 2022 (UTC)
New modern example of C++23
Since July 2022, a bunch of things were added such as standard library modules (P2465R3) and a new formatted output functions (P2093R14). The new "hello world" program uses both fresh core language and standard library features:
import std;
int main()
{
std::println("Hello, world!");
}
This concise snippet of code conforms to the standard C++23 and thus makes the program well-formed. However, since it's too early, no compilers have supported this as of now. Maybe it's ok to amend the recent changes after the classic hello world code. — Preceding unsigned comment added by Moondezmon (talk • contribs) 11:49, 30 July 2022 (UTC)
- I don't think it's appropriate to include this in the main C++ article yet. But you could put it in the C++23 article. --Zundark (talk) 12:09, 30 July 2022 (UTC)
removal of the statement, that certain infamous companies and/or people have problems with C++ exception handling
The statement, that there are (still) companies and/or people, with an aversion against C++ exception handling should be removed.
Usage of C++ without exception handling always meant obfuscation due to multi-step initialization and/or acceptance of a crash/abort in case of error.
After a quarter century (1996) of successful usage, there is no need to dignify such inaptitude any longer -- if it was ever justified! 139.181.7.34 (talk) 22:04, 8 August 2022 (UTC)
External Links - Add link to tutorial for C++
How about adding this link https://www.learncpp.com/ to the External Links section for readers to learn how to program in C++? I am learning from it myself and it is a very good resource, I like it alot better than others I have tried, including but not limited to: CodeAcademy, Programiz, w3schools, Microsoft Docs, FreeCodeCamp, and Udemy. 172.56.80.69 (talk) 21:52, 19 September 2022 (UTC)
- It fails on external link guidelines TEDickey (talk) 22:54, 19 September 2022 (UTC)
- Delisted good articles
- Old requests for peer review
- Former good article nominees
- All unassessed articles
- B-Class C/C++ articles
- Top-importance C/C++ articles
- C++ articles
- WikiProject C/C++ articles
- B-Class Computer science articles
- High-importance Computer science articles
- WikiProject Computer science articles
- B-Class Computing articles
- Top-importance Computing articles
- B-Class software articles
- Top-importance software articles
- B-Class software articles of Top-importance
- All Software articles
- All Computing articles
- B-Class Microsoft articles
- Top-importance Microsoft articles
- WikiProject Microsoft articles