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 standard libraries will C++0x provide?

C++0x Libraries standard
0
Posted

What new standard libraries will C++0x provide?

0

I would have liked to see more standard libraries. However, note that the standard libray definition is already about 75% of the normative text of the standard (and that doesn’t count the C standard library, which is includeded by reference). Eventhough, some of us would have liked to see many more standard libraries, nobody could claim that the Library working group has been lazy. It is also worth noting that the C++98 libraries have been significantly improved through the use of new language features, such as initializer-lists, rvalue references, variadic templates, and constexpr. The C++0x standard library is easier to use, safer to use (better type checking), and provides better performance that the C++98 one. For a list of accepted libraries, see the library component list. See also TR2 libraries.

Related Questions

What is your question?

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

Experts123