C++

C++ (pronounced "C plus plus") is general-purpose programming language, created as an extension of the original C language. It uses nearly identical syntax to C but adds new features for object-oriented programming. It also includes more advanced memory management features, like dynamic memory allocation, and a more comprehensive standard library of pre-written functions.

Introduced in 1985, C++ is still one of the most widely used programming languages for developing software. It retains many of the low-level capabilities of C that allow developers to quickly and efficiently access the computer's hardware and memory. This makes C++ a useful language for developing operating systems, embedded IoT software, and video games.

Since C++ is an extension of the original C language, the two languages share most of their syntax. Like C, C++ is a compiled language that requires a program's source code to be compiled into machine language before it can run. Both are structured programming languages that divide programs into small functions or modules, and they share the same control structures like loops, if-else statements, and switch statements.

Updated March 14, 2023 by Brian P.

quizTest Your Knowledge

What is a pop-up window with a warning called?

A
Interstitial
0%
B
iFrame
0%
C
Beacon
0%
D
Alert box
0%
Correct! Incorrect!     View the Alert Box definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of C++ on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.