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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you use the functions memcpy(), memset(), memmove()?

622


What is private, public and protected inheritance?

587


Is c++ vector a linked list?

550


Can we sort map in c++?

589


What is type of 'this' pointer? Explain when it is get created?

587






What is istream and ostream in c++?

593


What is difference between rand () and srand ()?

590


What is polymorphism in c++? Explain with an example?

605


What is helper in c++?

571


How the delete operator differs from the delete[]operator?

642


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

614


Define a constructor?

587


What are the vectors in c++?

579


What is a container class?

617


What is c++ stringstream?

603