You are now ready to compile C++11!Ĭompiling console applicationsTo compile and run simple console applications such as those used as examples in these tutorials it is enough with opening the file with Dev-C++ and hit F11.Īnd save it with some file name with a. There, in 'Language standard (-std)' select 'ISO C++ 11': Here, select the 'Settings' tab, and within it, the 'Code Generation' tab. It shall be explicitly enabled by going to: Support for C++11By default, support for the most recent version of C++ is not enabled. InstallationRun the downloaded executable file, and follow its instructions.
Originally released by Bloodshed Software, but abandoned in 2006, it has recently been forked by Orwell, including a choice of more recent compilers. Dev-C++ is a free IDE for Windows that uses either MinGW or TDM-GCC as underlying compiler.