RenoGeek's Computer Terms Glossary - C ++


A higher level programming language that was first developed in the 1970s, but is still in widespread use today. Compared to other programming languages, C ++ is much more flexible, and more efficient then other languages.

New versions of C ++ have object oriented features, allowing programmers to create objects within the source code. Because C ++ is more efficient, many software programs today are still written in C++.

Return to RenoGeek's Computer Terms Glossary.