C++ Programming Language: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "]] ** " to "]]. ** ") |
m (Text replacement - ". " to ". ") |
||
Line 22: | Line 22: | ||
=== 2014 === | === 2014 === | ||
* http://www.infoworld.com/t/application-development/stroustrup-why-the-35-year-old-c-still-dominates-real-dev-248457 | * http://www.infoworld.com/t/application-development/stroustrup-why-the-35-year-old-c-still-dominates-real-dev-248457 | ||
** QUOTE: … [[C++ Programming Language|C++]] is designed for fairly [[hardcore application]]s, and it's always been used together with some [[scripting language]] or other. When I started, I used [[C++ Programming Language|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++ Programming Language|C++]] is for] [[high performance software program|high performance]], [[high reliability software program|high reliability]], [[small footprint software program|small footprint]], [[low energy consumption software program|low energy consumption]], all of these good things. | ** QUOTE: … [[C++ Programming Language|C++]] is designed for fairly [[hardcore application]]s, and it's always been used together with some [[scripting language]] or other. When I started, I used [[C++ Programming Language|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++ Programming Language|C++]] is for] [[high performance software program|high performance]], [[high reliability software program|high reliability]], [[small footprint software program|small footprint]], [[low energy consumption software program|low energy consumption]], all of these good things. | ||
---- | ---- |
Latest revision as of 17:20, 1 August 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.