Dev C++ Does Not Compile

Hi Folks: my apologies, the code pasted above does work, I use the example Hello.dev from Examples directory soon after installation. How would I get this working from command line. Is anone familiar with any Math C source code repository, other than NUmerical Recipes in C. 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.

Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.
Features are :
- Support GCC-based compilers
- Integrated debugging (using GDB)
- Project Manager
- Customizable syntax highlighting editor
- Class Browser
- Code Completion
- Function listing
- Profiling support
- Quickly create Windows, console, static libraries and DLLs
- Support of templates for creating your own project types
- Makefile creation
- Edit and compile Resource files
- Tool Manager
- Print support
- Find and replace facilities
- CVS support

Dev c++ compiler setup
Features
  • DEV-C++ Free & Safe Download!
  • DEV-C++ Latest Version!
  • Works with All Windows versions
  • Users choice!

DEV-C++ is a product developed by Dev-c++. This site is not directly affiliated with Dev-c++. All trademarks, registered trademarks, product names and company names or logos mentioned herein are the property of their respective owners.

All informations about programs or games on this website have been found in open sources on the Internet. All programs and games not hosted on our site. When visitor click 'Download now' button files will downloading directly from official sources(owners sites). QP Download is strongly against the piracy, we do not support any manifestation of piracy. If you think that app/game you own the copyrights is listed on our website and you want to remove it, please contact us. We are DMCA-compliant and gladly to work with you. Please find the DMCA / Removal Request below.

DMCA / REMOVAL REQUEST

Please include the following information in your claim request:

  • Identification of the copyrighted work that you claim has been infringed;
  • An exact description of where the material about which you complain is located within the QPDownload.com;
  • Your full address, phone number, and email address;
  • A statement by you that you have a good-faith belief that the disputed use is not authorized by the copyright owner, its agent, or the law;
  • A statement by you, made under penalty of perjury, that the above information in your notice is accurate and that you are the owner of the copyright interest involved or are authorized to act on behalf of that owner;
  • Your electronic or physical signature.

You may send an email to support [at] qpdownload.com for all DMCA / Removal Requests.

You can find a lot of useful information about the different software on our QP Download Blog page.

Latest Posts:

How do I uninstall DEV-C++ in Windows Vista / Windows 7 / Windows 8?

  • Click 'Start'
  • Click on 'Control Panel'
  • Under Programs click the Uninstall a Program link.
  • Select 'DEV-C++' and right click, then select Uninstall/Change.
  • Click 'Yes' to confirm the uninstallation.

How do I uninstall DEV-C++ in Windows XP?

Dev c++ compiler windows 10
  • Click 'Start'
  • Click on 'Control Panel'
  • Click the Add or Remove Programs icon.
  • Click on 'DEV-C++', then click 'Remove/Uninstall.'
  • Click 'Yes' to confirm the uninstallation.

How do I uninstall DEV-C++ in Windows 95, 98, Me, NT, 2000?

  • Click 'Start'
  • Click on 'Control Panel'
  • Double-click the 'Add/Remove Programs' icon.
  • Select 'DEV-C++' and right click, then select Uninstall/Change.
  • Click 'Yes' to confirm the uninstallation.
  • How much does it cost to download DEV-C++?
  • Nothing! Download DEV-C++ from official sites for free using QPDownload.com. Additional information about license you can found on owners sites.

  • How do I access the free DEV-C++ download for PC?
  • It's easy! Just click the free DEV-C++ download button at the top left of the page. Clicking this link will start the installer to download DEV-C++ free for Windows.

  • Will this DEV-C++ download work on Windows?
  • Yes! The free DEV-C++ download for PC works on most current Windows operating systems.

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.

Someone, please help me out!:confused:

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

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

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.

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.

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

Dev c does not compile pdf

Dev C Does Not Compile Mean

confused_one commented: thank you sir for your suggestion+0