new version of c++

后端 未结 3 2059
独厮守ぢ
独厮守ぢ 2021-01-06 14:55

Is there going to be a new version of C++ and when?

3条回答
  •  耶瑟儿~
    2021-01-06 15:32

    The creator of C++ C++0X FAQ:

    http://www2.research.att.com/~bs/C++0xFAQ.html

    • Question: When will C++0x be a formal standard?

    But C++ 0X does exists in some degree in various compilers. See both:

    • Question: When will compilers implement C++0x?
    • GCC C++ 0X support

    To see what C++ 0X will be like, look at the wiki: Wiki C++ 0X

提交回复
热议问题