Hi!
I am using Dev-C++ and when I am trying to compile a program in it, it is showing many errors. All the settings seems to be right. Can I compile a program including header files like conio.h and iostream.h and using namespace std in Dev-C++? If not please suggest a good compiler in which I can do a program containing the header files mentioned above. I tried doing the same program in turbo C++ and microsoft visual studio 2010 express and it is working properly. If this problem in Dev-C++ is due to any settings that has to be done, please tell. I have installed Dev-C++ correctly.

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. Jun 07, 2015  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. Its not so easy to figure out the problem as not all of you might be using same version. Mar 17, 2019  I have not used the GL aux with DEV-C, but I noticed that the glaux.h header is missing from the include directory. This could be your problem, do a google search for the glaux.h file and download it to the INCLUDE/GL directory.

Someone, please help me out!:confused:

  • 5 Contributors
  • forum 13 Replies
  • 2,084 Views
  • 2 Days Discussion Span
  • commentLatest Postby Stefano MtangooLatest Post
Stop

Recommended Answers

No wonder you're confused.
[QUOTE=confused_one;]
I am using Dev-C++ and when I am trying to compile a program in it, it is showing many errors. All the settings seems to be right. Can I compile a program including header files like conio.h and iostream.h and using namespace std in Dev-C++? …

Jump to Post

Antares auto tune 8 torrent. LOL! @WaltP: Pretty good timing for this thread! Don't you think?

Yet another example of 'I compile this with DevC++ and it doesn't work, but it works with other IDEs like .'.

@OP: I agree with both posters. Stick to one generation of C++ code, that is, the current standard, …

Jump to Post

All 13 Replies

WaltP2,905

No wonder you're confused.

Dev C Does Not Stop Compiling In Linux

I am using Dev-C++ and when I am trying to compile a program in it, it is showing many errors. All the settings seems to be right. Can I compile a program including header files like conio.h and iostream.h and using namespace std in Dev-C++?

You are using 3 different eras of programming

  • 1980's - conio.h from non-Standard C programming. Suggestion - remove it and all functions used from it.
  • Pre-standard C++ using iostream.h -- again old and substandard. Upgrade to iostream, no extension.
  • namespace std for use with today's standard headers with no extension.

Dev C Does Not Stop Compiling Video

Dev c does not stop compiling download

Dev C Does Not Stop Compiling Meaning

Decide what era you want to compile and fix the code to that standard.

Dev C Does Not Stop Compiling Lyrics

confused_one commented: thank you sir for your suggestion+0
Coments are closed
Scroll to top