C++ Programming Language: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - ". ---- " to ". ---- ") |
m (Text replacement - "]] ** " to "]]. ** ") |
||
Line 8: | Line 8: | ||
** [[C Programming Language]]. | ** [[C Programming Language]]. | ||
** [[Java Programming Language]]. | ** [[Java Programming Language]]. | ||
** [[C# Programming Language]] | ** [[C# Programming Language]]. | ||
** [[Scala Programming Language]]. | ** [[Scala Programming Language]]. | ||
** [[Go Programming Language]]. | ** [[Go Programming Language]]. |
Revision as of 13:53, 6 July 2022
A C++ Programming Language is an object-oriented language that ...
- Context:
- It can define legal C++ Statements.
- It can be used to create C++ Code, such as a C++ program or C++ library.
- It can draw syntax from C Language.
- …
- Counter-Example(s):
- See: Object Oriented Programming, High-Performance Computing.
References
2014
- http://www.infoworld.com/t/application-development/stroustrup-why-the-35-year-old-c-still-dominates-real-dev-248457
- QUOTE: … C++ is designed for fairly hardcore applications, and it's always been used together with some scripting language or other. When I started, I used C++ for anything that required a real programming language and real performance. Then I used the Unix shell as my scripting language. That was how it [was done], and that's also the way things are done in most of the cases today. (C++ is for] high performance, high reliability, small footprint, low energy consumption, all of these good things.