Is dev c++ a good compiler?



Is dev c++ a good compiler?..

Answer / Arvind

Dev-C++ is an outdated and unsupported version of TDM-GCC, which is no longer recommended for use. It lacks many modern features and has compatibility issues with newer operating systems. Instead, consider using more modern compilers such as GCC or Clang.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is wrapper class in c++?

1 Answers  


What is tellg () in c++?

1 Answers  


What is command line arguments in C++? What are its uses? Where we have to use this?

1 Answers   HCL,


Should I learn c or c++ or c#?

1 Answers  


How do you allocate and deallocate memory in C++?

1 Answers  


What is vector pair in c++?

1 Answers  


What sorting algorithm does c++ use?

1 Answers  


How many characters are recognized by ANSI C++?

1 Answers   Hexaware, NIIT,


What is a .lib file in c++?

1 Answers  


What is c++ mutable?

1 Answers  


What is a storage class used in c++?

1 Answers  


True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

1 Answers  


Categories