

Now you have to include this directory in your environment variable PATH. WikipediaĪfter installing MinGW, it can be found in C:\MinGW\bin. In general, each executing process or user session has its own PATH setting. Ensure you have a stable internet connection during this process.Įdit your PATH environment variable to include the directory where the C++ compiler is located PATH is an environment variable on Unix-like operating systems, DOS, OS/2, and Microsoft Windows, specifying a set of directories where executable programs are located. In the menu at the top left corner, click on “Installation > Apply Changes”.When the “MinGW Installation Manager” shows up, click on mingw32-gcc-g++ then select “Mark for Installation”.After downloading, install MinGW and wait for the “MinGW Installation Manager” to show up.MinGW, a contraction of "Minimalist GNU for Windows", is a minimalist development environment for native Microsoft Windows applications.


This is used to compile and run C++ code. One of C++'s main features is the compiler. It was developed by Bjarne Stroustrup in 1979. In simple terms, C++ is a sophisticated, efficient, general-purpose programming language based on C. C++ is a statically-typed, free-form, (usually) compiled, multi-paradigm, intermediate-level general-purpose middle-level programming language.
