Over the last 7-8 years what are the biggest influences on C++ programming?

前端 未结 12 2091
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-07 18:53

I started programming in C++. It was my first language, but I have not used it in many years.

What are the new developments in the C++ world? What are the BIG things -

12条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 19:28

    Boost:

    free peer-reviewed portable C++ source libraries.

    We emphasize libraries that work well with the C++ Standard Library...

    We aim to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are included in the C++ Standards Committee's Library Technical Report (TR1) and in the new C++11 Standard. C++11 also includes several more Boost libraries in addition to those from TR1. More Boost libraries are proposed for standardization in C++17...

提交回复
热议问题