Does dev c++ support c++ 11?



Does dev c++ support c++ 11?..

Answer / Shailendra Chandra

No, dev-C++ does not support the C++11 standard. You should consider using a more modern and up-to-date IDE such as Code::Blocks, Visual Studio, or g++.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are the different types of Storage classes?

5 Answers  


Explain linear search.

1 Answers  


What do you mean by function and operator overloading in c++?

1 Answers  


What is the use of seekg in c++?

1 Answers  


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

1 Answers  


What is static in c++?

1 Answers  


Define what is constructor?

1 Answers  


Profiler in projects?

2 Answers   Symphony,


What are pointer-to-members in C++? Give their syntax.

1 Answers   HAL,


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

1 Answers  


What is the two main roles of operating system?

1 Answers  


State the difference between delete and delete[].

1 Answers  


Categories