0.7 — Compiling your first program
Before we can write our first program, we need to learn how to create new programs within our Integrated Development Environment (IDE). In this lesson, we’ll cover how to do that, and you’ll also compile and execute your first program! To write a C++ program inside an IDE, we typically …