C++ Get Started

C++ Get Started

Welcome to the world of C++! C++ is one of the most popular programming languages in the world. It is used to create high-performance applications, video games, operating systems, and much more.

What is C++?

C++ is a cross-platform language that can be used to create high-performance applications. It was developed by Bjarne Stroustrup as an extension to the C language. C++ gives programmers a high level of control over system resources and memory.

Why Use C++?

Setting Up Your Environment

To start writing C++ code, you will need two things:

  1. A text editor (like VS Code, Notepad++, or Sublime Text) to write your code.
  2. A compiler (like GCC or Clang) to translate your code into a language that the computer can understand.

Let's write our first C++ program in the next chapter!


Exercise

?

Which of the following is required to translate your C++ code into machine-readable instructions?