C++

From regional-training
Revision as of 13:15, 28 April 2023 by Ralph (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

C++ is a general-purpose programming language created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language. A key point is that it uses constructors and destructors which amy be used for resource management - where users of libraries do not have to call finalizing methods to manage resources - protecting the computer for the users.