
- C++ Basics
- C++ Home
- C++ Overview
- C++ Environment Setup
- C++ Basic Syntax
- C++ Comments
- C++ Data Types
- C++ Variable Types
- C++ Variable Scope
- C++ Constants/Literals
- C++ Modifier Types
- C++ Storage Classes
- C++ Operators
- C++ Loop Types
- C++ Decision Making
- C++ Functions
- C++ Numbers
- C++ Arrays
- C++ Strings
- C++ Pointers
- C++ References
- C++ Date & Time
- C++ Basic Input/Output
- C++ Data Structures
- C++ Object Oriented
- C++ Classes & Objects
- C++ Inheritance
- C++ Overloading
- C++ Polymorphism
- C++ Abstraction
- C++ Encapsulation
- C++ Interfaces
What are the applications of C++ programming?
C++ is a widely used programming language that is used for writing large-scale commercial applications for end-users. Some of the major applications built using C++ by major software vendors and giants are −
- Google − Google file system, Google Chromium browser, and MapReduce large cluster data processing are all written in C++.
- Mozilla − Mozilla Firefox and Thunderbird email chat client are both written using C++.
- MySQL − MySQL, an open source DBMS is written using C++.
- Microsoft − Many windows apps that you regularly use are written in C++.
- Rockstar Games − Almost all major game companies use C++ due to its sheer speed on bare metal. Many major game engines are fully written in C++ and leverage its speed and OOP capabilities.
- MongoDB − An open-source database, widely used as the back end store for web applications, as well as in large enterprises like Viacom and Disney.
- Morgan Stanley − They use it for a huge part of their financial modeling. The creator of C++, Bjarne Stroustrup works here.
Looksmart is predominantly written in C++. All products related to searching and exploring the web are written in C++. Used by well over 5,000,000 unique users per day.
And many more companies use C++ daily in their production apps due to its sheer speed. You can check out an exhaustive list of these major C++ based projects on www.stroustrup.com/applications.html
- Related Articles
- What are the Applications of Perl Programming?
- What are the applications of reflections in C#?
- What are the advantages of C++ Programming Language?
- Rust programming language – Applications
- What are the applications of DBMS?
- What are the applications of clustering?
- What are the applications of OLAP?
- What are the applications of autoencoders?
- What are the Applications of Electrolysis?
- What Are the Applications of Proteomics?
- What are the different types of functions in C Programming?
- What are the different categories of functions in C Programming?
- What are the applications of Similarity Measures?
- What are the applications of data mining?
- What are the applications of Bipartite graphs?

Advertisements