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.
This is what the tutorials show I am supposed to get
Am I not seeing something? what can I do?
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.).