About 58,800,000 results
Open links in new tab
  1. C++ Introduction - W3Schools

    What is C++? C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. …

  2. What Is C++? (And How to Learn It) - Coursera

    Sep 10, 2025 · C++ is an extension of C, which was one of the earliest programming languages. While C++ retains the functionality of C, such as the ability to develop operating systems and …

  3. C++ - Wikipedia

    C++[b] is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup.

  4. C++ Programming Language - GeeksforGeeks

    Dec 6, 2025 · C++ is a programming language known for its fast speed, low level memory management and is often taught as first programming language. Used for making operating …

  5. What is C++ & How It Compares to Other C Programming Languages

    Jun 9, 2025 · It began as an extension of C but evolved into a different language with distinctive characteristics and features. C++ is a scalable, object-oriented language, perfect for large, …

  6. What is C++? | Definition from TechTarget

    Aug 15, 2023 · C++ is an object-oriented programming (OOP) language that is viewed by many as the best language for creating large-scale applications. C++ is a superset of the C language.

  7. C++ | Definition, History, & Facts | Britannica

    C++, version of the traditional C programming language augmented with object-oriented programming and other features. C++ is an “intermediate-level” language, meaning that it …

  8. What is C++? Basic Concepts of C++ Programming Language

    Aug 10, 2024 · C++ is a general-purpose, object-oriented programming language. It was created by Bjarne Stroustrup at Bell Labs circa 1980. C++ is very similar to C (invented by Dennis …

  9. What is C ++ Programming Language? | C Plus Plus

    What is C++ Programming? C++ is an enhanced C language typically used for object oriented programming. It traces its origins back well over thirty years.

  10. Introduction to C++ - GeeksforGeeks

    Sep 20, 2025 · C++ is an object-oriented, middle-level programming language developed by Bjarne Stroustrup at Bell Labs in 1979, originally called “C with Classes” and renamed to C++ …