Apr 24, 2014 SOLVED: program.exe has stopped working in windows By Ashok Khatri Apps, Windows, Windows 7, Windows 8 0 Comments 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. Apr 24, 2014 SOLVED: program.exe has stopped working in windows By Ashok Khatri Apps, Windows, Windows 7, Windows 8 0 Comments 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. Agar aap ke Windows 8 PC main Dev-C project compile hone par 'g.exe has stopped working' ka error de raha hai to aap ye steps follow karen: 1.
.exe Has Stopped Working Meme
Dev C++ G Exe Has Stopped Working Windows 10 1
Dev C++ G Exe Has Stopped Working Windows 10 Free
Hmm...
with an input file of
Adam 40 10.00
Matt 40 10.00
Karen 45 10.00
Paula 40 10.00
Paul 45 15.00
Erica 40 10.00
I get the follwing output:
-PAYROLL REPORT-
---------------------------------------------------------
NAME HW HR OT-PAY GROSS TAX NETPAY
---------------------------------------------------------
Adam 40 10.00 0.00 400.00 120.00 280.00
Matt 40 10.00 0.00 400.00 120.00 280.00
Karen 45 10.00 75.00 525.00 157.50 367.50
Paula 40 10.00 0.00 400.00 120.00 280.00
Paul 45 15.00 112.50 787.50 236.25 551.25
Erica 40 10.00 0.00 400.00 120.00 280.00
The average net pay for 6 employees is 339.79
It looks like the OT-Pay for Paula and Erica has gone wrong in your run.
Is 'Erica' the last entry in the input file?
The only thing I can suggest is that you go to the directory where the project is and delete the .o files and the .exe and try a rebuild. From past things that you have said, such as you changed the file name but it still used the original file, it sound like either the build is failing to produce a new .exe or the wrong .exe is being run each time. You could also try creating a new project with a different name and copy the code across.
with an input file of
Adam 40 10.00
Matt 40 10.00
Karen 45 10.00
Paula 40 10.00
Paul 45 15.00
Erica 40 10.00
I get the follwing output:
-PAYROLL REPORT-
---------------------------------------------------------
NAME HW HR OT-PAY GROSS TAX NETPAY
---------------------------------------------------------
Adam 40 10.00 0.00 400.00 120.00 280.00
Matt 40 10.00 0.00 400.00 120.00 280.00
Karen 45 10.00 75.00 525.00 157.50 367.50
Paula 40 10.00 0.00 400.00 120.00 280.00
Paul 45 15.00 112.50 787.50 236.25 551.25
Erica 40 10.00 0.00 400.00 120.00 280.00
The average net pay for 6 employees is 339.79
It looks like the OT-Pay for Paula and Erica has gone wrong in your run.
Is 'Erica' the last entry in the input file?
The only thing I can suggest is that you go to the directory where the project is and delete the .o files and the .exe and try a rebuild. From past things that you have said, such as you changed the file name but it still used the original file, it sound like either the build is failing to produce a new .exe or the wrong .exe is being run each time. You could also try creating a new project with a different name and copy the code across.