• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Question C++23

C++23
Many low-level syntaxes, defect reports etc.



In February 2020, at the final meeting for C++20 in Prague, an overall plan for C++23 was adopted:[3][4] planned features for C++23 are library support for coroutines, a modular standard library, executors, and networking.

This is for experienced C++ developers in production environments. Nice to know of course, but you need to find where to use it in real life applications.
 
Ok got it :) I just finished the first C++ course and it was already quite a lot of information to process, but I still feel that I have just scratched the surface haha even more given that they now seem to keep adding new stuff every 3 years, almost feels like it never ends!
The real paradigm shifts were C++11 and then C++20. It's unlikely there will be another such shift for a long time.
 
Ok got it :) I just finished the first C++ course and it was already quite a lot of information to process, but I still feel that I have just scratched the surface haha even more given that they now seem to keep adding new stuff every 3 years, almost feels like it never ends!
That's a good thing! A while back (before C++11) C++ was almost rigor mortis.
Good news! new stuff coming up for the next 50 years :cool:
 
Last edited:
The real paradigm shifts were C++11 and then C++20. It's unlikely there will be another such shift for a long time.
C++14 was a kind of fix. C++17 had some nice stuff. C++23 is beginning to converge with Haskell.
 
Last edited:
Back
Top