should i learn c++ 20 or 23?

Richard Groller 111 Reputation points
2024-07-30T00:27:32.1933333+00:00

i am using visual studio 2022 IDE for programming in c++. my goal is learning c++ for game and its AI development. should i learn c++ 20 or 23?

Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Minxin Yu 13,511 Reputation points Microsoft External Staff
    2024-07-30T02:33:50.2866667+00:00

    Hi, @Richard Groller

    Currently, Visual Studio is implementing and improving the functions of C++23.
    You can learn C++20.
    In addition, most AI libraries do not require C++20. C++17 is sufficient.

    Best regards,

    Minxin Yu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.