Thread: benefits of c++

  1. #1
    Unregistered
    Guest

    benefits of c++

    what is the benefit of c++ programming langusges over other languages such as Eiffel and smalltalk?

  2. #2
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    speed and supports procedural and generic programming.
    There are also more c++ and c librarys than smalltalk and eiffel.

  3. #3
    Registered User rmullen3's Avatar
    Join Date
    Nov 2001
    Posts
    330

    What the?

    I've never heard of either of those, but C++ is very, very efficient, fast, and it's object-orientation features are very useful. You can do just about anything in C++ = )

  4. #4
    Well...There are a few reasons.

    1) C++ is universal. Well, maybe C, but it's almost the same. If you as a programmer, were to look at C++ code, it's pretty easy to get what it means.

    2) C++ is object oriented, with many built in features such as classes and things like that.

    3) C++ is generic, and therefore has many applications, such as writing drivers, programming computer/console games, and even writing operating systems. (Linux was written in C)

    4) C++ Rules!

    I hope this has convinced you to learn C++...Because it is one of the best and most useful languages out there. Therefore, good luck and start using C++!!!
    What will people say if they hear that I'm a Jesus freak?
    What will people do if they find that it's true?
    I don't really care if they label me a Jesus freak, there is no disguising the truth!

    Jesus Freak, D.C. Talk

    -gnu-ehacks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. benefits of private or protected constructor
    By George2 in forum C++ Programming
    Replies: 1
    Last Post: 11-03-2007, 01:02 AM
  2. benefits of const reference ?
    By black in forum C++ Programming
    Replies: 6
    Last Post: 05-09-2004, 05:19 AM
  3. Benefits of learning assembly language?
    By 747ken in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 11-02-2003, 07:16 PM
  4. benefits of a class in this case?
    By jdinger in forum C++ Programming
    Replies: 9
    Last Post: 05-24-2002, 11:04 AM
  5. VC++.NET Benefits
    By aym_7 in forum C++ Programming
    Replies: 2
    Last Post: 05-12-2002, 05:55 PM