Getting started with C++
This chapter will help you with the new developments in the C++ language over the years.
We'll cover the following...
C++ versions
Question
Are there multiple versions of the C++ language? Which is the latest version?
0/500
Show Answer
Build a C++ program
Question
What are the different ways to build a C++ program?
0/500
Show Answer
Benefits of using IDE
Question
Are there any benefits to using an IDE for program development?
0/500
Show Answer
Code portability
Question
What is code portability? Are C++ programs created in Visual Studio portable? If not, how would you rectify that?
0/500
Show Answer