Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cには、C89、C99、およびC11があります。C ++はどうですか?出てからのアップグレードはありますか?
C ++ 98(ISO / IEC 14882:1998)は初版です。
C ++ 03(ISO / IEC 14882:2003)は第2版であり、バグ修正と見なされることがよくありますが、多くの変更が加えられています。
C++11は第3版です。
C++14は第4版です。
C ++ 17は最新版です(2017年現在)。
標準とドラフトのPDFをダウンロードできます。