Skip to main content

2018 | OriginalPaper | Buchkapitel

14. C and C++ Programming Languages

verfasst von : Gerard O’Regan

Erschienen in: The Innovation in Computing Companion

Verlag: Springer International Publishing

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

Dennis Ritchie developed the C programming language at Bell Labs in the late 1960s/early 1970s, and it became a popular general-purpose programming language. It is used for both systems programming and in application development and is widely used in industry. The language provides high-level and low-level capabilities, and the language is portable in that a C program written in ANSI C may be compiled for a very wide variety of computer platforms and operating systems (with minimal changes to the source code). C++ is an object-oriented extension of the C programming language, and it was designed to use the power of object-oriented programming and to maintain the speed and portability of C. It provides a significant extension of C’s capabilities, but it does not force the programmer to use the object-oriented features of the language.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Fußnoten
1
One common error in C programs is writing “=" instead of "==.” This totally alters the meaning of the statement.
 
2
The semicolon in Pascal is used as a statement separator, whereas it is used as a statement terminator in C.
 
3
It is easy to write a one line C program that is incomprehensible. The maintenance of poorly written code is a challenge unless programmers follow good programming practice. This discipline needs to be enforced by formal reviews of the source code.
 
Literatur
Zurück zum Zitat Kernighan B, Ritchie D (1978) The C programming language, 1st edn. Prentice Hall Software Series, Englewood CliffsMATH Kernighan B, Ritchie D (1978) The C programming language, 1st edn. Prentice Hall Software Series, Englewood CliffsMATH
Zurück zum Zitat Stroustrup B (2013) C++ programming language, 4th edn. Addison Wesley, Upper Saddle RiverMATH Stroustrup B (2013) C++ programming language, 4th edn. Addison Wesley, Upper Saddle RiverMATH
Metadaten
Titel
C and C++ Programming Languages
verfasst von
Gerard O’Regan
Copyright-Jahr
2018
DOI
https://doi.org/10.1007/978-3-030-02619-6_14