Sunday 19 April 2015

g++.exe has stopped working?

solving it for windows 8 dev c++ without installing new version of dev c++.

steps

1. Goto tools -- compiler option -- programs
2. make following changes:
    gcc.exe  to mingw32-gcc.exe
    g++.exe to c++.exe
    make.exe to mingw32-make.exe