should i learn c++ 20 or 23?

Richard Groller 91 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 Visual Studio Other
0 comments No comments
{count} votes

Accepted answer
  1. Minxin Yu 13,501 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 Answers by the question author, which helps users to know the answer solved the author's problem.