Getting started with C++

This chapter will help you with the new developments in the C++ language over the years.

C++ versions

Question

Are there multiple versions of the C++ language? Which is the latest version?

Show Answer

Build a C++ program

Question

What are the different ways to build a C++ program?

Show Answer

Benefits of using IDE

Question

Are there any benefits to using an IDE for program development?

Show Answer

Code portability

Question

What is code portability? Are C++ programs created in Visual Studio portable? If not, how would you rectify that?

Show Answer