Subscribe For Free Updates!

We'll not spam mate! We promise.

Apr 14, 2013

What is C++



What is C++?

C++ is C with classes. It was designed for one person to manage large amounts
of code, and so that a line of C++ express more thing than a line of C. The main
functionality C++ adds to C are:


  •  control of the accessibility to code within the source les (namespace, struct and class).
  •  mechanisms that make a line of code more expressive (constructors, destructors, operators, ...).
  •  object programming (class derivation).
  •  generic programming (templates).

TechniqZone Socializer Widget
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment