Dev C++ Error G++ Stopped Working

Jun 07, 2015 Whatever it may be I’ve faced this problem several times during executing my programs in the Dev C compiler. It generally happens when you install Dev C and try to compile a cpp file in Windows 8/8.1 or in Windows 10, a windows pops-up saying that g has stopped working. Sep 07, 2014 How to install Free Open Source Dev C IDE on Windows 7 8 10 for C & C program languages - Duration: 6:01. Deed training and development 73,720 views 6:01.

  1. Dev C Error G Stopped Working On Facebook
  2. Dev C Error G Stopped Working On Tv
April 24, 2014

Apr 27, 2014  In windows 8 “g.exe has stopped working” dialogue is appear on dev c because of compatibility issue with software. There is a simple way to solve it and in this article am going to show how do we do it. For avoiding this type of message you must download latest version of software.

In this article i am going to talk about problem in Dev C++ in windows. “program.exe has stopped working” this is the main problem in windows while we are run program in Dev C++. When we are trying to do some c programming in Dev C++ in windows 7 or windows 8 based computer, there may some problem occur which is called “program.exe has stopped working”. This dialogue is really annoying to Dev C++ user in windows. Here i got some ideas to fix it. Follow the procedure given below

Dev c++ error g++ stopped working windows 7

• First of all open the task manager. To open the task manager press Ctrl + Shift + Esc.

• Now you can see task manager . On the task manager click on File, press Ctrl and click on New task at the same time. It will open a command prompt.

Dev C Error G Stopped Working On Facebook

• At the command prompt type notepad and then press Enter. it will open notepad.

• In this notepad paste the following text

G++

• Now on the notepad, click on File and Save as

Dev c error g stopped working on tv

• Select All files in the save as type list, and then type Exe.reg in the file name box.

• Select Unicode in the Encoding list, save it and remember the file location.

• Return to the command prompt window, type “REG IMPORT (filepath)/Exe.reg“, and then press Enter

• After that you must have to restart the computer to restore the program icons to their original appearance.

Or you can also check out this video which is given below for visual solution

Dev C Error G Stopped Working On Tv


Well, i think this might be helpfull for you, if you have any confusion please comment below.