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 |
Why are arrays usually processed with for loop?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What do you mean by overhead in c++?
What are arrays c++?
Define precondition and post-condition to a member function?
How do you declare A pointer to a function which receives nothing and returns nothing
Can we use resume in error handling i.e. in the catch block
What is the default width for ouputting a long integer using the insertion operator?
Can create new c++ operators?
What are Virtual Functions? How to implement virtual functions in "C" ?
How does java differ from c and c++?
What are the various oops concepts in c++?