- Published on
The most effective method to introduce MinGW C/C++ Compiler in Windows 11
- Authors
- Name
- Karanjot Singh
During this pandemic of Coronavirus, there is an unexpected ascent in the frenzy of innovation. These unexpected changes were supposed to happen 5 after 6 years in the event that this pandemic could not have possibly stirred things up around town. In any case, because of this everybody is attempting to become familiar with programming and innovation. Also, in this equivalent setting, many are attempting to master programming dialects. Learning C and C++ is the main thing anybody makes stride towards while attempting to enter the universe of programming. Hence today we will figure out how to introduce MinGW C/C++ Compiler in Windows 11.
Stage 1: Download MinGW C/C++ Compiler for Windows 11
- Firstly we will download the C/C++ compiler for our windows machine and for that we will download the "MinGW" compiler. Click the download connect gave beneath.
Stage 2: Extract MinGW in Windows 11
Once your download gets completed open it from the envelope where it has been downloaded and double tap on it to begin the establishment cycle.
Now you'll be requested to pick the extraction area from the compiler, in the text field type C:\ and click on the concentrate button. Extraction of this document will require some investment so keep tolerance.
Stage 3: Setup Environment Variables in Windows 11
Next, we will set up the environment variables, and to do as such, first duplicate the area of the receptacle organizer from the recently extricated MinGW index. For our situation, it seems to be this: C:\MinGw\bin.
Now, open up the properties of your windows machine and snap on the Advanced System Settings button.
Click on the environment variable button.
Now, select the way variable by just tapping on it. What's more, click on the alter button to add the environment variables.
Now click on the New button and glue the area we've replicated from step 3.1 in this clear field and snap alright.
Stage 4: Check Installed G++ Version
- Open Up the order brief, type g++ –-version, form, and press enter
In the event that you're ready to get comparative result to the above picture, well done you've effectively introduced MinGW Compiler in your windows 11.