c++compiler-errorsmingwmingw32mingw-w64

I am trying to install minGW but my environmental path is different and I can't edit?


I am using notepad++ to compile c++ and am trying to install MinGW, but I am having issues here are the screen shots.

This is what I get when I highlight and then click edit in the enviormental variables. enter image description here

This is what the tutorials show I am supposed to getenter image description here

Am I not seeing something? what can I do?


Solution

  • The window depends on your windows version, just add it manually.

    In the window "Variable value" as you posted, go to start and add MinGW bin path with ';' like this:

    C:\dev\MinGW\bin;C:\Program Files (x86)\Intel...

    now you should open your cmd and check it (version etc.).