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
What is near, far and huge pointers? How many bytes are occupied by them?
Program to check whether a word is a sub-string or not of a string typed
What is private inheritance?
Explain the static member function.
What is auto type c++?
What are the uses of typedef in a program?
List the advantages of inheritance.
What do you mean by storage classes?
What is a wchar_t in c++?
What does it mean to declare a destructor as static?
What is the precedence when there is a global variable and a local variable in the program with the same name?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Is map thread safe c++?
What are the 4 types of library?
What are c++ tokens?