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 |
What are the different types of Storage classes?
Explain linear search.
What do you mean by function and operator overloading in c++?
What is the use of seekg in c++?
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?
What is static in c++?
Define what is constructor?
Profiler in projects?
What are pointer-to-members in C++? Give their syntax.
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What is the two main roles of operating system?
State the difference between delete and delete[].