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 difference between function overloading and operator overloading?
What is the benefit of encapsulation?
Explain bubble sorting.
Explain the purpose of the keyword volatile.
State the difference between delete and delete[].
How the delete operator differs from the delete[]operator?
Specify some guidelines that should be followed while overloading operators?
Which c++ operator cannot overload?
Can we sort map in c++?
When should you use global variables?
Does c++ support exception handling?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What is unary operator? List out the different operators involved in the unary operator.
How many characters are recognized by ANSI C++?
How is static data member similar to a global variable?