Install Dev-C++ in Windows 10 and Issues of Program not Responding
Enjoy coding with Dev-C++ in Windows 8 and Next Version of Windows Operating System
Today i am going to share the steps to install Dev-C++ in your windows OS and also will share the detail how to fix the Windows not responding problems during compilation time of and coding .
Today i am not going to share more details regarding installation of windows programs , if you wish you can explorer previous posts..
I am writing this article because many people ask me to fix the problem of Windows Not Responding . So i am sharing all the details that might help all the new programmers and others who stuck in such problems .
Now directly coming to point ....
Now Problem Fixing with Dev-C++ IDE
2.Windows Not Responding
Now directly coming to point ....
Step by Step Procedure to Install Dev-C++
- As we know Dev-C++ IDE is a free portable, fast and simple C/C++ IDE .So You can Download it from here (open Source) - Download
- After downloading the setup file double click on the Dev-Cpp 5.4.0 TDM-GCC x64 4.7.1 Setup . (Approx 42,611KB)
- Press Next Button
- Then comes the next windows which gives you the option to choose install location. If you want to change the location then go to Browse the option and select the desire Destination folder. And Press the Install Button (Note the Destination Folder is the folder where all your Dev-C++ installation file and setup stores)
6. It will take some time to Install
7.After Installing all the files it will ask the option to choose for whom you want to install the Dev-C++ . I mean for all Users or for some specific one.
Now Problem Fixing with Dev-C++ IDE
There might be two types of Problem you may face .
- Error Launching Program
- Windows Not Responding
1.Error Launching Program
Go to Tools Option in your Dev-C++ IDE and then Go to Compiler Option(Tools->Compiler Options)
After that there is a option on Compiler Tab :- Compiler set to configure
There you can Choose TDM-GCC 4.7.1 64-bit for 64 bits computers and TDM-GCC 4.7.1 32-bit for 32 bits computers and press OK
Done !! Now you fixed your problem of Error Launching Program
2.Windows Not Responding
This type of problem occurs due to header files. so Download iostream.h and fstream.h files and include it in Dev-C++ IDE software include directory (these files are of few KBs)
Download From Here
iostream.h - Download Link1 Download Link2
fstream.h - Download Link1 Download Link2
And Paste the files here -> C:\Program Files\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include
or Follow the stpes...
or Follow the stpes...
1.
2.
3.
4.
5.
6.
7.
Done !! Now you fixed your problem of Windows Not Responding
Hope !! this article help you more to.. code more and more :P . If you still face any issues do comment below and also share your experience too.
That'all for Today's Article . We will be back with another good article. Ba-Bye :)
That'all for Today's Article . We will be back with another good article. Ba-Bye :)
Resources :- Mind Mind & technolosky
Thank You !!!
ABOUT THE AUTHOR

Just a Comman Man,Tech Geek,Software Engineer,Web Designer,Social Media Outreach Specialist and a Pro Blogger.
? what the fuck is this?
ReplyDeleteThank you for your kind word :P :P
DeleteGo through the article for the better understanding. And let me know if you have any issues or query :)
Happiee Reading
thanks for the help!
ReplyDeleteThanks you like the article
DeleteI paste the 2 file header in the right directory, and after this when I try to run and debug my program it shows me an error in the file wincon.h. Can you help me?
ReplyDeleteI have include windows.h in my program
Deleteyes
ReplyDelete