https://github.com/mortennobel/cpp-cheatsheet

Introduction

C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language.

C++ is an extension of the C programming language, with added features such as object-oriented programming, classes, and exception handling.

<aside> 💡 C++ builds upon the features of C, and thus, most C programs can be compiled and run with a C++ compiler.

</aside>

C++ offers a great balance of performance, portability, and feature set, making it a versatile and powerful programming language suitable for many applications. With its extensive libraries, active community, and continuous development, C++ is an excellent choice for any software development project.

C++ is widely used in various applications like game development, system programming, embedded systems, and high-performance computing.

C and C++ are two popular programming languages with some similarities, but they also have key differences.

C

C++

While C is simpler and focuses on procedural programming, C++ offers the versatility of using different programming paradigms and improved code organization.

Language Tools

Compilers