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
1.
Are there multiple versions of the C++ language? Which is the latest version?
Show Answer
Q1 / Q1
Did you find this helpful?
Build a C++ program
1.
What are the different ways to build a C++ program?
Show Answer
Q1 / Q1
Did you find this helpful?
Benefits of using IDE
1.
Are there any benefits to using an IDE for program development?
Show Answer
Q1 / Q1
Did you find this helpful?
Code portability
1.
What is code portability? Are C++ programs created in Visual Studio portable? If not, how would you rectify that?
Show Answer
Q1 / Q1
Did you find this helpful?