Podcast
Questions and Answers
What year was C++ first released?
What year was C++ first released?
- 2000
- 1985 (correct)
- 2010
- 1997
Which organization standardizes C++?
Which organization standardizes C++?
- LLVM
- Microsoft
- International Organization for Standardization (ISO) (correct)
- Free Software Foundation
What is the latest standard version of C++?
What is the latest standard version of C++?
- ISO/IEC 14882:2020 (correct)
- ISO/IEC 14882:2023
- ISO/IEC 14882:2017
- ISO/IEC 14882:2014
Which computer scientist created C++?
Which computer scientist created C++?
In which year was the latest standard version of C++ ratified and published by ISO?
In which year was the latest standard version of C++ ratified and published by ISO?
What are some key strengths of C++?
What are some key strengths of C++?
Who is the Danish computer scientist who began work on 'C with Classes', the predecessor to C++?
Who is the Danish computer scientist who began work on 'C with Classes', the predecessor to C++?
In which year was the first edition of The C++ Programming Language released?
In which year was the first edition of The C++ Programming Language released?
What was the motivation behind creating a new language that eventually became C++?
What was the motivation behind creating a new language that eventually became C++?
Which language influenced the development of 'C with Classes' and consequently C++?
Which language influenced the development of 'C with Classes' and consequently C++?
What was the name of the standalone compiler developed for C++ by Stroustrup?
What was the name of the standalone compiler developed for C++ by Stroustrup?
Who suggested the idea of providing an output operator instead of a named output function for C++?
Who suggested the idea of providing an output operator instead of a named output function for C++?
What is the name of the initial standardization of the C++ programming language?
What is the name of the initial standardization of the C++ programming language?
What is the name of the new standard that supersedes the C++03, C++11, C++14, and C++17 standards?
What is the name of the new standard that supersedes the C++03, C++11, C++14, and C++17 standards?
'C with Classes' added which of the following features to the C compiler, Cpre?
'C with Classes' added which of the following features to the C compiler, Cpre?