C++ upgrade due in 2023 will prioritize standard library modules, coroutines, executors, reflection, pattern matching, and contracts Credit: Gustavo Frazao / Getty Images The C++ language is moving forward on two different fronts. With the C++ 20 specification done and awaiting final approval, the ISO committee behind the language has begun plotting a successor C++ 23 release, which would prioritize a modular standard library. The ISO C++ Committee earlier this month voted to send the Draft International Standard of C++ 20 out for final approval and publication, due later this year. Highlights of C++ 20 include modules, concepts, coroutines, and ranges. C++ 20 was deemed feature-complete last year. C++ 23 is due to be finalized in 2023. The priorities for C++ 23 include: Finishing work begun in C++ 20 to support standard library modules and coroutines. The former will enable programmers to use the standard library through modules, while the latter will enable them to easily use coroutines with futures and other common types out of the box. The addition of executors, and a networking library that relies on executors, to the standard library. Reflection including introspection to query the program, compile-time programming to manipulate results, and generation to inject. Pattern matching to improve type safety and make it easier to write type-safe code. A redesign of contracts. Recent additions to C++ 20 include improving the context-sensitive recognition of “import” and “module” to allow non-compiler tools such as build systems to determine build dependencies. Several rangified algorithms were added, as well. Issues to the open core language and library were resolved, also. Related content feature What is Rust? Safe, fast, and easy software development Unlike most programming languages, Rust doesn't make you choose between speed, safety, and ease of use. Find out how Rust delivers better code with fewer compromises, and a few downsides to consider before learning Rust. By Serdar Yegulalp Nov 20, 2024 11 mins Rust Programming Languages Software Development how-to Kotlin for Java developers: Classes and coroutines Kotlin was designed to bring more flexibility and flow to programming in the JVM. Here's an in-depth look at how Kotlin makes working with classes and objects easier and introduces coroutines to modernize concurrency. By Matthew Tyson Nov 20, 2024 9 mins Java Kotlin Programming Languages analysis Azure AI Foundry tools for changes in AI applications Microsoft’s launch of Azure AI Foundry at Ignite 2024 signals a welcome shift from chatbots to agents and to using AI for business process automation. By Simon Bisson Nov 20, 2024 7 mins Microsoft Azure Generative AI Development Tools news Microsoft unveils imaging APIs for Windows Copilot Runtime Generative AI-backed APIs will allow developers to build image super resolution, image segmentation, object erase, and OCR capabilities into Windows applications. By Paul Krill Nov 19, 2024 2 mins Generative AI APIs Development Libraries and Frameworks Resources Videos