PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
November 10, 2005

"C++ Poised for Its Next Stages" Article Available

Posted: 2005-11-10 23:33:00
Languages ::

Esther Schindler has written an article entitled "C++ Poised for Its Next Stages", which focuses on the upcoming evolution of C++.

It includes quotes from Bjarne Stroustrup's keynote address at the 2005 C++ Connections conference. He talks about the positive effect of standardization on C++, as well as the need to draw from multiple paradigms in the future. The article also focuses on the TR1 (.pdf) additions to the C++ Standard Library, including the regular expression handling functionality. There is also some discussion about the validity of a "deprecated" warning issued by Microsoft's compiler with regards to std::copy.