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 |
How can you specify a class in C++?
List the types of polymorphism in c++?
What is a class template in c++?
What is meant by reference variable in C++?
What is the main use of c++?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
What is the oldest programming language?
Implement stack operations with pointers with appropriate exception checks.
What is data abstraction? How is it different from data encapsulation?
What is a dll entry point?
What is the difference between ++ count and count ++?
what are Access specifiers in C++ class? What are the types?