advantages and disadvantages of using Borland C++ / version
5.



advantages and disadvantages of using Borland C++ / version 5...

Answer / queen of hearts

Advantages:
Borland C++ 5.0 was designed to be the most productive, most customizable, most flexible version ever. It helps you with 32-bit Windows operating system migration, provides support for changing standards.

Disadvantages:
•No longer supported - Old version of less popular compiler
•Newer, better supported free compilers exists
•Much smaller community compared to GCC or MVCC
•Less access to new technologies
•Doesn't support new C++ features

Is This Answer Correct ?    11 Yes 2 No

Post New Answer

More C++ General Interview Questions

Is map sorted c++?

0 Answers  


Should you pass exceptions by value or by reference?

0 Answers  


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

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?

2 Answers   CTS,






Which operator cannot overload?

0 Answers  


What is the difference between a definition and a declaration?

0 Answers  


What apps are written in c++?

0 Answers  


What is data type in c++?

0 Answers  


Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


Write is a binary search tree? Write an algo and tell complexity?

0 Answers   Axtria,


What is a built-in function?

1 Answers  


Categories