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 |
differance between copy & clon
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
what is meaning of isa and hsa
What are access specifiers in C++?
Explain the isa and hasa class relationships.
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
How a new operator differs from the operator new?
What are the important differences between c++ and java?
Incase of a function declaration, what is extern means?
What is a responder chain?
what are the iterator and generic algorithms.
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().