http://orwelldevcpp.blogspot.com
Tools -> Compiler Options
F11
.File -> New -> Source File
(or Ctrl+N
)
|
|
File -> Save As...
(or Ctrl+Alt+S
).cpp
extension, such as example.cpp
.F11
should compile and run the program.x
, the compiler does not understand the new meaning given to auto
since C++11. Please, make sure you downloaded the latest version as linked above, and that you enabled the compiler options to compile C++11 as described above.