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 |
What are the differences between a struct and a class in C++?
What is a constant reference?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
How do you define a class in c++?
Explain virtual class and friend class.
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Who created c++?
what is an array
What does it mean to declare a member function as static?
What is a friend function in c++?
Do class method definitions?
What is null pointer and void pointer?