Dev C++ Run Options

hello altogether,
my name is Wolfram Pagels, Berlin, Germany
my status is :retired but enthusiastic c++-fan;

Aug 25, 2017  Hello:-) I can understand your concern. For programming in C in Windows environment, you have got two of the best choices available. The first one is Visual Studio. Best option if you are a professional user. It is a powerful compiler/IDE avail. How do I debug using Dev-C? First, make sure you are using a project. Then go to Project Options - Compiler - Linker and set Generate debugging information to 'yes', and make sure you are not using any optimization options (they're not good for debug mode). Also check the Parameters tab, make sure you don't have any optimization options (like -O2 or -O3, but -O0 is ok because it means no. These are the recommended requirements of Dev-C: Dev-C allows you to write, compile and run a C or C program. Object-oriented programming (OOP) capabilities. It is a superset of C, which means that you can use a C compiler to compile C programs. Jul 16, 2009  Bloodshed Dev-C is a free C compiler and development environment for Windows operating systems. Like most C compilers, it also can be used to compile ANSI C. By installing the GLUT header and library files, it can be used to write programs that use OpenGL. This is needed to run programs for Edward Angel's textbook, Interactive Computer. Jan 08, 2018  How to Reset Dev C default Settings. Restore default settings in Dev C. Dev C plus plus is an IDE for writing programs in C and C. Learn how to reset default settings in Dev C.

I use Dev-C++ since 3 month ago; in the 70th I programmed in Fortran;
after a long break I enjoy to learn c++11;

Dev C++ Run Options 2017

e.g.: the day before yesterday I got the following message from Dev-C++:

My second question to you: * h o w to enable (these) options at my installed and running actual mingw compiler as part of Dev-C++ IDE ?

Thank you in advance for your time,

yours sincerely How to fix 3utools connection.

Edited by mike_2000_17: Removed email address. Fixed formatting.
Programs
  • 4 Contributors
  • forum 3 Replies
  • 3,672 Views
  • 23 Hours Discussion Span
  • commentLatest Postby Ancient DragonLatest Post

Dev C++ Run Options List

mike_2000_172,669

Dev C++ Run Options Free

Well, the answer to your problem (but not to your question) is to change your IDE. Dev-C++ is far too old to support C++11. The MinGW GCC version that ships with Dev-C++ is version 3.4.2, which is really old. Decent support for C++11 starts roughly from 4.6.0, but since it is still experimental, the newer the better. Currently, you can get 4.7.1 version through '>TDM-GCC ports. I recommend switching to '>CodeBlocks, which you can download as an installer that includes TDM-GCC 4.7.1. That should allow you to have decent C++11 support.

As for setting compiler options, you typically have to navigate the 'Build Configuration' or 'Project Properties' or similar panels. Usually, you will find a place to put 'custom compiler options' where you can place the exact command-line compiler option (like -std=c++11), that is, if you can't find a checkbox for the particular option you need.