C++: Difference between revisions

From regional-training
No edit summary
 
No edit summary
 
Line 3: Line 3:
[[category:index]]
[[category:index]]
[[category:public]]
[[category:public]]
[[category:Programming Language]]

Latest revision as of 13:15, 28 April 2023

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.