Master C++ Programming
with comprehensive guides
Learn C++ from the ground up with our detailed tutorials, reference guides, and community support.
C++ Documentation
C++ Programming
Complete guide to C++
Search
⌘K
Tutorials
Introduction
Variables
Functions
Reference
Introduction to C++
Getting Started with C++
What is C++?
C++ is a powerful general-purpose programming language. It can be used to develop operating systems, browsers, games, and so on. C++ supports different ways of programming like procedural, object-oriented, functional, and so on.
C++ is a superset of C, and that virtually any legal C program is a legal C++ program.
Object-Oriented
C++ supports the four pillars of object-oriented programming: encapsulation, inheritance, polymorphism, and abstraction.
Multi-paradigm
C++ supports procedural, object-oriented, functional, and generic programming paradigms.
Performance
C++ is designed for performance and efficiency, with direct access to hardware resources and memory.