What is c ++ ?
 C++ is an extension of C.
 C++ is superset of C.
 It was developed by Bjarne Stroustrup at AT&T Bell
Laboratories USA in the early 1980’s
Application of c++ ?
C++ is varsatile language for handling very large programs.
It is suitable for virtually any programming task including development of
editors, compilers, databases, communication systems and any complex
real-life application system.
Structure of C++ program ?
C++ program would contain four sections as in
below fig.
Include files
Class declaration
Member function definitions
Main function progream
Structure of C++ program
BASIC DATATYPES.
Data types in C++ can be classified under various categories.
C++ DataTypes
User-defined type
Structure
Union
Class
enumeration
Derived type
Array
Function
Pointer
reference
Built –in type
Integral type Void Floating type
int char Float Double

More Related Content

PPTX
Data types
PDF
R programming for data science
PDF
Anton kolotaev. cv eng
PPTX
Data types
PPT
Lecture6
PPTX
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali Tirmizi
PPTX
Introduction to statistical software R
Data types
R programming for data science
Anton kolotaev. cv eng
Data types
Lecture6
Financial Risk Mgt - Lec 4 by Dr. Syed Muhammad Ali Tirmizi
Introduction to statistical software R

What's hot (12)

PPTX
R programming
PDF
Class ppt intro to r
PPTX
presentation on C++ basics by prince kumar kushwaha
PPTX
R programming presentation
PDF
Algebraic Property Graphs
DOCX
Data types in c
PPTX
R programming
PPTX
R Programming
PDF
La famille *down
PPTX
R programming
PDF
La famille *down
PPT
R programming
R programming
Class ppt intro to r
presentation on C++ basics by prince kumar kushwaha
R programming presentation
Algebraic Property Graphs
Data types in c
R programming
R Programming
La famille *down
R programming
La famille *down
R programming
Ad

Similar to What is c ++ (20)

PPTX
Procedure Oriented programming Object Oriented programming Basic Concept of ...
PPTX
introductiontocprogramming datatypespp.pptx
PDF
Introduction of C++ By Pawan Thakur
PDF
Introduction to c++
PPTX
abuzar Seminar Sir Sayyyed college bcs TY
PPTX
Datatypes in C++.pptx
PPTX
Data Types & Input/Output Streams.pptx — Description
PDF
PDF
Introduction to c++ ppt
PPT
C language part 1
PPT
C language part 1
PDF
C programming notes
PPTX
Advantage and Disadvantages of C++ programming.pptx
DOC
Assignment of c++ programming language 2016.doc
PDF
C programming notes.pdf
DOCX
PPTX
Unit 1 of c++ part 1 basic introduction
PPTX
Lecture 1 progrmming with C
DOC
C AND DATASTRUCTURES PREPARED BY M V B REDDY
DOC
C notes by m v b reddy(gitam)imp notes all units notes 5 unit order
Procedure Oriented programming Object Oriented programming Basic Concept of ...
introductiontocprogramming datatypespp.pptx
Introduction of C++ By Pawan Thakur
Introduction to c++
abuzar Seminar Sir Sayyyed college bcs TY
Datatypes in C++.pptx
Data Types & Input/Output Streams.pptx — Description
Introduction to c++ ppt
C language part 1
C language part 1
C programming notes
Advantage and Disadvantages of C++ programming.pptx
Assignment of c++ programming language 2016.doc
C programming notes.pdf
Unit 1 of c++ part 1 basic introduction
Lecture 1 progrmming with C
C AND DATASTRUCTURES PREPARED BY M V B REDDY
C notes by m v b reddy(gitam)imp notes all units notes 5 unit order
Ad

Recently uploaded (20)

PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
DOCX
search engine optimization ppt fir known well about this
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PPT
Module 1.ppt Iot fundamentals and Architecture
PPTX
Benefits of Physical activity for teenagers.pptx
PPTX
Chapter 5: Probability Theory and Statistics
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PPT
Geologic Time for studying geology for geologist
PPTX
Modernising the Digital Integration Hub
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPT
What is a Computer? Input Devices /output devices
PDF
Developing a website for English-speaking practice to English as a foreign la...
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
Univ-Connecticut-ChatGPT-Presentaion.pdf
Zenith AI: Advanced Artificial Intelligence
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
search engine optimization ppt fir known well about this
Final SEM Unit 1 for mit wpu at pune .pptx
Module 1.ppt Iot fundamentals and Architecture
Benefits of Physical activity for teenagers.pptx
Chapter 5: Probability Theory and Statistics
Group 1 Presentation -Planning and Decision Making .pptx
Geologic Time for studying geology for geologist
Modernising the Digital Integration Hub
Assigned Numbers - 2025 - Bluetooth® Document
A novel scalable deep ensemble learning framework for big data classification...
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
What is a Computer? Input Devices /output devices
Developing a website for English-speaking practice to English as a foreign la...
NewMind AI Weekly Chronicles – August ’25 Week III
sustainability-14-14877-v2.pddhzftheheeeee
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game

What is c ++

  • 1. What is c ++ ?  C++ is an extension of C.  C++ is superset of C.  It was developed by Bjarne Stroustrup at AT&T Bell Laboratories USA in the early 1980’s
  • 2. Application of c++ ? C++ is varsatile language for handling very large programs. It is suitable for virtually any programming task including development of editors, compilers, databases, communication systems and any complex real-life application system.
  • 3. Structure of C++ program ? C++ program would contain four sections as in below fig. Include files Class declaration Member function definitions Main function progream Structure of C++ program
  • 4. BASIC DATATYPES. Data types in C++ can be classified under various categories. C++ DataTypes User-defined type Structure Union Class enumeration Derived type Array Function Pointer reference Built –in type Integral type Void Floating type int char Float Double