CPP Cheatsheet

Abhijit Sinha

Abhijit Sinha

· 1 min read
cpp logo

Introduction

C++ is a general-purpose programming language created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language, or "C with Classes".

About C++ Programming

  • Multi-paradigm Language - C++ supports at least seven different styles of programming. Developers can choose any of the styles.
  • General Purpose Language - You can use C++ to develop games, desktop apps, operating systems, and so on.
  • Speed - Like C programming, the performance of optimized C++ code is exceptional.
  • Object-oriented - C++ allows you to divide complex problems into smaller sets by using objects.

Why Learn C++?

  • C++ is used to develop games, desktop apps, operating systems, browsers, and so on because of its performance.
  • After learning C++, it will be much easier to learn other programming languages like Java, Python, etc.
  • C++ helps you to understand the internal architecture of a computer, how computer stores and retrieves information.
Here you can download the cheat-sheet

Download now

Abhijit Sinha

About Abhijit Sinha

Abhijit Sinha is a student of Information Technology at Asansol Engineering College.

Copyright © 2024 Aecdevsm. All rights reserved.