Wednesday

C++26 (or C++2c), C++ 2026, Cpp 2026, g++ 2026

Subject: C++ 2026

3
Code example for ?


2
Approximate feature suggestions:
- to complete C++23 or C++ 2023
- to boast concurrency, parallelism
- to have stackful coroutines
- <contracts>
- <debugging>
- <hazard_pointer>
- <inplace_vector>
- <linalg>
- <text_encoding>

C++ 2026 is the most impactful release since C++ 2011.

The C++ 2026 standard is likely to change the way we develop software and be the biggest change to the language since C++ 2011.

The previous landmark release, C++ 2011, introduced modern C++ with features such as auto, lambdas and safe smart pointers.
C++ 2026 will be characterized by safety by default and first-class support for reflection-based generative compile-time libraries.

Memory safe language by default

Cppfront is an experimental compiler created to prove new concepts.

1
Web links, references

Wandbox, online C++ compiler
https://wandbox.org/

Coliru is short for compile, link and run, online C++ compiler
https://coliru.stacked-crooked.com/

C++ status, C++ roadmap
https://isocpp.org/std/status

C++ 2026
https://en.cppreference.com/w/cpp/26

a list of open source C++ libraries
https://en.cppreference.com/w/cpp/links/libs

C++ Conference or CppCon
https://cppcon.org/

No comments:

C++32 (or C++2e), C++ 2032, Cpp 2032, g++ 2032

  Subject: C++ 2032 3 Code example for ? 2 Approximate feature suggestions: - to complete C++29 or C++ 2029 1 Web links, references Wandbox,...