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 the need of a destructor?
Define token in c++.
Explain selection sorting. Also write an example.
When should we use multiple inheritance?
Why do we need templates?
What is stack unwinding?
Does c++ support exception handling?
Name the implicit member functions of a class.
What are disadvantages of pointers?
What are structures and unions?
What is abstraction with real time example?
What happens if a pointer is deleted twice?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Will rust take over c++?
Explain the difference between c & c++?