C++ Highest Concepts

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Travis

    C++ Highest Concepts

    More of an opinion question, what do you think are the most important
    and/or complex concepts of C++?

    A couple things come to mind IMO
    - Inheritance
    - Data Abstraction / Encapsulation
    - Pointers / Double Pointers / Function Pointers
    - Any particular structures (maps, lists, trees, STL)
  • gmlr

    #2
    Re: C++ Highest Concepts

    On Fri, 28 Mar 2008 11:49:48 -0700, Travis wrote:
    More of an opinion question, what do you think are the most important
    and/or complex concepts of C++?
    >
    A couple things come to mind IMO
    - Inheritance
    - Data Abstraction / Encapsulation
    - Pointers / Double Pointers / Function Pointers - Any particular
    structures (maps, lists, trees, STL)
    Everything if it's there is important, but templates gave a new impulse/
    perspective to the language.

    IMHO...

    Comment

    • Matthias Buelow

      #3
      Re: C++ Highest Concepts

      Travis wrote:
      More of an opinion question, what do you think are the most important
      and/or complex concepts of C++?
      A nearly perfected minimization of programmer productivity. This is
      really where C++ shines.

      Comment

      Working...