Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What new language features will C++0x provide?

C++0x features Language
0
Posted

What new language features will C++0x provide?

0

You don’t improve a language by simply adding every feature that someone considers a good idea. In fact, essentially every feature of most modern language has been been suggested to me for C++ by someone: Try to imagine what the superset of C90, C#, Java, Haskell, Lisp, Python, and Ada would look like. To make the problem more difficult, remember that it is not really feasible to eliminate older features, even if the committee agrees that they are bad: experience shows that users force every implementer to keep providing deprecated and banned features under compatibility switches (or by default) for decades. To try to select rationally from the flood of suggestions we devised a set of specific design aims. We couldn’t couldn’t completely follow them and they weren’t sufficiently complete to guide the committee in every detail (and IMO couldn’t possible be that complete).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123