Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What are The Benifits of C++?
#2
hope you find this helpful.

Because C++ is an object-oriented programming language, it is designed to allow the
creation and manipulation of objects from the problem domain. Thus, C++ allows programmers
to operate at a higher level of abstraction. This higher level of abstraction allows programmers
to develop software in the language of the problem domain rather than in the language of the computer. The key to a good abstraction is deep knowledge of the problem domain. A good abstraction allows users to use an object in a relatively safe and predictable manner. It reduces the learning curve by providing a simple interface described in terms of the user's own vocabulary.

C++ is a multiparadigm language. This allows developers to choose the programming style that is right for the task at hand. For example, a traditional procedural style may be appropriate for performing a simple task such as writing the code within a small member function.

C++ software can be performance and memory efficient. For example, well-designed, object oriented software is normally comprehensible and therefore amenable to performance tuning. In addition, C++ has low-level facilities that allow a skilled C++ developer to obtain appropriate levels of performance.

C++ is backward compatible with C. This is useful in very large legacy systems where the migration to C++ normally occurs a few subsystems at a time rather than all at once. In particular, C++ backward compatibility makes it relatively inexpensive to compile C code with C++ compiler.

C++ is a huge language with a very broad base of users. This large user community has led to high quality compilers and other development tools for a wide range of systems.

Article Source: http://EzineArticles.com/1055579
Reply


Messages In This Thread
What are The Benifits of C++? - by Black Demon - 06-07-2011, 01:18 AM
RE: What are The Benifits of C++? - by codevade - 06-07-2011, 02:02 AM
RE: What are The Benifits of C++? - by 0xE9 - 06-07-2011, 10:06 PM
RE: What are The Benifits of C++? - by BacklTrack - 06-09-2011, 05:48 PM
RE: What are The Benifits of C++? - by Epicly - 06-13-2011, 07:08 PM
RE: What are The Benifits of C++? - by BacklTrack - 06-14-2011, 10:21 AM
RE: What are The Benifits of C++? - by Epicly - 06-15-2011, 11:53 PM
RE: What are The Benifits of C++? - by 0xE9 - 06-16-2011, 01:24 AM
RE: What are The Benifits of C++? - by BacklTrack - 06-16-2011, 04:16 AM
RE: What are The Benifits of C++? - by 0xE9 - 06-16-2011, 04:49 AM
RE: What are The Benifits of C++? - by BacklTrack - 06-16-2011, 10:18 AM
RE: What are The Benifits of C++? - by 0xE9 - 06-16-2011, 01:05 PM
RE: What are The Benifits of C++? - by BacklTrack - 06-16-2011, 01:18 PM
RE: What are The Benifits of C++? - by 0xE9 - 06-16-2011, 01:37 PM
RE: What are The Benifits of C++? - by USN - 06-14-2011, 09:50 PM
RE: What are The Benifits of C++? - by 0xE9 - 06-15-2011, 02:10 AM
RE: What are The Benifits of C++? - by BacklTrack - 06-15-2011, 08:05 AM
RE: What are The Benifits of C++? - by 0xE9 - 06-15-2011, 09:28 AM
RE: What are The Benifits of C++? - by BacklTrack - 06-15-2011, 12:12 PM
RE: What are The Benifits of C++? - by codevade - 06-16-2011, 01:40 PM
RE: What are The Benifits of C++? - by LiamLC - 06-16-2011, 07:57 PM
RE: What are The Benifits of C++? - by Trustable - 06-17-2011, 02:05 AM
RE: What are The Benifits of C++? - by Mr. House - 06-17-2011, 01:12 PM
RE: What are The Benifits of C++? - by Epicly - 06-17-2011, 01:40 PM

Forum Jump:


Users browsing this thread: 7 Guest(s)