Articles
-
January 11, 2026
One of the initial hurdles in getting started with C++ is setting up your computer. There are different processes for each operating system (Windows, MacOS, Linux), and the text editors/IDEs (Integrated Development Environments) differ for each. In this article, I’ll go through the setup process on each of the major operating systems to help you run your first C++ program.
On Windows, this will revolve around Visual Studio (the purple one), not to be confused with Visual Studio Code (the blue one). On macOS, this will revolve around Xcode.