C++23是ISO/IEC標準修訂版的非正式名稱,該標準預期將遵循C++20C++程式語言。2020年2月,在布拉格舉行的C++20最終會議上,通過了C++23的總體計劃。[1][2]第一次針對C++23的WG21會議原定於2020年6月在瓦爾納舉行,但由於2019冠狀病毒病疫情而被迫取消。[3][4]原定於2020年11月在紐約召開的會議也被取消。[5]

新的「Hello, world」範例

C++23引入了一些新功能,新的Hello, world程式範例如下:

#include <print>

int main()
{
    std::println("Hello, world!");
}

註釋

另見

Wikiwand in your browser!

Seamless Wikipedia browsing. On steroids.

Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.

Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.