Results 1 to 4 of 4

Thread: Features of C++ from a business point of view

  1. #1
    Join Date
    Nov 2009
    Posts
    64

    Features of C++ from a business point of view

    I have been studying C++ for a very long time and I am very good at it. I have also coded a project for a medical shop using C++. I am aware of its features and benefits from a software programmers or developers point of view. But what I am interested is knowing the features from a business point of view.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Features of C++ from a business point of view

    Very good question. Even I have always cosidered C and C++ very beneficial for coding to programmers, but even I was concerned about its business perspective feature. I have found a very few of those and can share with you. These are:
    > C++ permits you exploit programmer's conception through operator overloading, which reduces the learning curve for the re-users.
    > C++ supports inheritance and dynamic binding which let old code call new code, making it possible to quickly extend/adapt your software to hit narrow market windows.
    > C++ cuts down the safety-vs.-usability tradeoff, that helps to improve the cost of reusing a chunk of software.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Features of C++ from a business point of view

    Although a neglected topic, C++ has business point features also. Following ar some of the C++ features from a business point of view: A huge installed base that indicates a strong support; allows you to provide simplified interfaces which thus reduces the defect rate; it is possible for the old code to call newly created code.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: Features of C++ from a business point of view

    Some unknown C++ features from business point of view are:
    . C++ localizes access to a software chunk, which reduces the cost of changes.
    . C++ reduces the safety-vs.-speed tradeoff, which improves defect rates without degrading performance.
    . C++ has a huge installed base, which means you will have multi-vendor support for tools, environments, consulting services, etc.

Similar Threads

  1. Replies: 9
    Last Post: 09-08-2012, 11:52 AM
  2. Compatible android Smartphone from your point of view
    By Purnanada in forum Portable Devices
    Replies: 7
    Last Post: 06-07-2011, 10:34 AM
  3. Best ISP from LATENCY point of view
    By Savious in forum India BroadBand
    Replies: 4
    Last Post: 09-10-2010, 11:54 PM

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
  •  
Page generated in 1,713,500,102.82076 seconds with 17 queries