Fix dev c++ error g++ has stopped working
http://globalfair.blogspot.com/2015/04/fix-dev-c-error-g-has-stopped-working.html
IF You Have A Error On Dev-C++ Compiler That
Then Lets Bring Some Changes To Get rid from this error
1-Start Dev-C++ as Administrator
gcc: Replace 'gcc.exe' with 'mingw32 -c++.exe'
g++: Replace 'g++.exe' with 'c++.exe'
make: Replace 'make.exe' with 'mingw32-make.exe'
g++ has stopped Working
Then Lets Bring Some Changes To Get rid from this error
1-Start Dev-C++ as Administrator
2-Go to tools>Compiler Options
3-Go to Programs tab
4-And Set the following
gcc: Replace 'gcc.exe' with 'mingw32 -c++.exe'
g++: Replace 'g++.exe' with 'c++.exe'
make: Replace 'make.exe' with 'mingw32-make.exe'