Results 1 to 9 of 9

Thread: Why Program in C++?

  1. #1
    Join Date
    Nov 2009
    Posts
    76,596

    Default Why Program in C++?

    Why Program in C++

    So what is so special about C++? Why should you use C++ to develop your applications? First, C++ is not the best language to use in every instance. C++ is a great choice in most instances, but some special circumstances would be better suited to another language.


    There are a few major advantages to using C++:


    1. C++ allows expression of abstract ideas
    C++ is a third generation language that allows a programmer to express their ideas at a high level as compared to assembly languages.

    2. C++ still allows a programmer to keep low-level control
    Even though C++ is a third generation language, it has some of the "feel" of an assembly language. It allows a programmmer to get down into the low-level workings and tune as necessary. C++ allows programmers strict control over memory management.

    3. C++ has national standards (ANSI)
    C++ is a language with national standards. This is good for many reasons. Code written in C++ that conforms to the national standards can be easily integrated with preexisting code. Also, this allows programmers to reuse certain common libraries, so certain common functions do not need to be written more than once, and these functions behave the same anywhere they are used.

    4. C++ is reusable and object-oriented
    C++ is an object-oriented language. This makes programming conceptually easier (once the object paradigm has been learned) and allows easy reuse of code, or parts of code through inheritance.

    5. C++ is widely used and taught
    C++ is a very widely used programming language. Because of this, there are many tools available for C++ programming, and there is a broad base of programmers contributing to the C++ "community".

  2. #2
    Join Date
    Mar 2010
    Posts
    2

    Default

    Very true

  3. #3
    Join Date
    Jul 2010
    Posts
    5

    Default

    coolllll
    ahhaah hmm nice thred

  4. #4
    Join Date
    Dec 2010
    Posts
    5

    Default

    Personally, I feel this post is irrelevant since it only compares c++ with assembly level languages. Of course it will always come on top.

    For a real comparison, compare it with Java or c#. If you do so, you will realize that for anything other than speed and power, c++ is easily beaten by those two.

  5. #5
    Join Date
    Dec 2010
    Posts
    2

    Default

    Cool ^^ if ...

  6. #6
    Join Date
    Apr 2011
    Posts
    5

    Default

    thank you very much

  7. #7
    Join Date
    Dec 2011
    Posts
    5

    Default

    C++ language is platform for other programming language.It compare with Java or c#.any course it will comes to second first is c and second is c++.

  8. #8
    Join Date
    Mar 2012
    Location
    Australia
    Posts
    22

    Default

    This is the basic about programing language for more advancement concept so that why this is included here

  9. #9
    Join Date
    May 2013
    Posts
    5

    Default

    Hello!
    I'm newby here.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •