Menu

Get Ready for C++23
📰
0

Get Ready for C++23

Planet Qt·Planet Qt·about 1 month ago
#LO14iyEQ
#ics#elifdef#elifndefc#elif#elifndef#warning
Reading 0:00
15s threshold

classDiagram Rectangle <-- `Graphical Application` GUI <-- `Graphical Application` Rectangle --> GUI Rectangle --> GeometricRectangle `Computational Geometry Application` --> GeometricRectangle class Rectangle { +draw() } class GeometricRectangle { +area() double } class ` Graphical Application `::: app { } class ` Computational Geometry Application `::: app { } class ` GUI `::: app { } classDiagram Rectangle <-- `Graphical Application` GUI <-- `Graphical Application` Rectangle --> GUI Rectangle --> GeometricRectangle `Computational Geometry Application` --> GeometricRectangle class Rectangle { +draw() } class GeometricRectangle { +area() double } class ` Graphical Application `: ::app { } class ` Computational Geometry Application `: ::app { } class ` GUI `: ::app { } C++23 is the next ISO/IEC 14882 standard for the C++ programming language. Slated for release in December 2023, it will replace the previous C++20 standard (C++ standards are on a fixed three-year release cycle).…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More