C++

We've been promised [modules](https://en.cppreference.com/w/cpp/language/modules) for years now, but I haven't heard of anybody using them in a professional setting yet. Has anybody here been using them seriously?

2
0
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0592r5.html

Essentially, the suggestion is: * Execution * More Ranges work * Reflection * Contracts * Pattern matching What would you like to see?

2
0
cpp
C++ niq Now 100%
C++ Core Guidelines
https://isocpp.github.io/CppCoreGuidelines/

From the submission: >> “Within C++ is a smaller, simpler, safer language struggling to get out.” – Bjarne Stroustrup > >The C++ Core Guidelines are a collaborative effort led by Bjarne Stroustrup, much like the C++ language itself. They are the result of many person-years of discussion and design across a number of organizations. Their design encourages general applicability and broad adoption but they can be freely copied and modified to meet your organization’s needs. > >The aim of the guidelines is to help people to use modern C++ effectively. By “modern C++” we mean C++11 and C++14 (and soon C++17). In other words, what would you like your code to look like in 5 years’ time, given that you can start now? In 10 years’ time?

3
1