SlideShare a Scribd company logo
1 of 20
““START WITH THE NAME OF ALLAH WHO IS THESTART WITH THE NAME OF ALLAH WHO IS THE
MOST BENEFICENT & THE MOST MERCIFUL”MOST BENEFICENT & THE MOST MERCIFUL”
IN THE RESPECT OF
SIRIFTIKHARALI KOONDHARSIRIFTIKHARALI KOONDHAR
IHSAN ALI WASSANIHSAN ALI WASSAN
(14CH18)(14CH18)
DISCIPLINE:
CHEMICAL ENGINEERINGCHEMICAL ENGINEERING
SUBJECT:
ITC & C++ITC & C++
QUAID-E-AWAM UNIVERSITY OF ENGINEERING, SCIENCE ANDQUAID-E-AWAM UNIVERSITY OF ENGINEERING, SCIENCE AND
TECHNOLOGY NAWABSHAH, SINDH PAKISTANTECHNOLOGY NAWABSHAH, SINDH PAKISTAN
HISTORY OFHISTORY OF C+C+
++
History ofHistory of C++C++
 During 1970 Dennis Ritchiecreated
C Programming language to
develop the UNIX operating system
at Bell Labs.
 C is a general-purpose, high-level
language.
 C was originally first implemented
on the PDP-11 computerin 1972. Dennis RitchieDennis Ritchie
History ofHistory of C++C++
 C++ Development started in
1979.
 During the creation of Ph.D.
thesis, Bjarne Stro ustrup worked
with language called Simula.
 Simula is programming
language basically useful for the
simulation work.
Bjarne StroustrupBjarne Stroustrup
History ofHistory of C++C++
 Simula was first language to support object-oriented
programming language (OOP).
 OOP is a formal programming approach that combines
data and associated actions (methods) into logical
structures (objects).
 Bjarne Stro ustrup identified that this OOP features can
be included in the so ftware de ve lo pm e nt, however the
Simula language was far too slow for practical use.
History ofHistory of C++C++
 After that Bjarne Stroustrup started working on the C
language and added more extra OOP features to the
classic C.
 He added features in such a fashion that the basic flavor of
C remains unaffected.
History ofHistory of C++C++
His language included some add-on features such as
 classes,
 basic inheritance,
 default function arguments, and
 Polymorphism
History ofHistory of C++C++
CLASSCLASS
 a blueprint for a data type.
 it does define what the class name means, that is, what
an object of the class will consist of and what operations
can be performed on such an object.
 For example, we defined the Box data type using the
keyword class as follows:
History ofHistory of C++C++
InheritanceInheritance
 Inheritance allows us to define a class in terms of
another class, which makes it easier to create and
maintain an application.
 The idea of inheritance implements the is a relationship.
 For example, mammal IS-A animal, dog IS-A mammal
hence dog IS-A animal as well and so on.
History ofHistory of C++C++
Default function argumentsDefault function arguments
 Allows a function to be called without providing one or
more irregular arguments.
History ofHistory of C++C++
PolymorphismPolymorphism
 The word polymorphism means having many forms.
 Typically, polymorphism occurs when there is a
hierarchy of classes and they are related by inheritance.
 C++ polymorphism means that a call to a member
function will cause a different function to be executed
depending on the type of object that invokes the
function.
History ofHistory of C++C++
 Stroustrup states that the purpose of C++ is to make
writing good programs easier and more pleasant for the
individual programmer.
 In 1983 the name of the language changed from C with
classes to C++.
History ofHistory of C++C++
 The ++ operator in the C language is an operator for
incrementing a variable, which gives some insight into
how Stroustrup regarded the language.
 Many new features were added around this time, the
most notable of which are virtual functions, function
overloading, references with the & symbol, the constant
keyword, and single-line comments
History ofHistory of C++C++
 First commercial release of the C++ language was in
October of 1985.
 In 1989 C++ language again updated to include
protected and static members .
History ofHistory of C++C++
 In 1990 the C++ reference manual was released.
 Same year turbo C++ was released as a commercial
product.
 Turbo C++ added the Plethora of additional libraries.
History ofHistory of C++C++
 In 1998 the C++ standard committee published the first
internal standard for C++ ISO/IEC14882:1998,
informally known as C++98
 In 2003 committee respond to multiple problems
reported with their C++98. Then they change the
language was dubbed C++03
History ofHistory of C++C++
 In 2005 C++ committee released a report dubbed TR1
detailing various features they were planning to add the
latest C++ standard.
 In mid 2011 the new C++ standard C++11 was
published.
Versions of C++ Language
There are several versions of C++Programming Language
–
 Visual C++
 Borland C++
 Turbo C++
Thanks EveryoneThanks Everyone

More Related Content

What's hot

C++ Overview
C++ OverviewC++ Overview
C++ Overview
kelleyc3
 
Lect 1. introduction to programming languages
Lect 1. introduction to programming languagesLect 1. introduction to programming languages
Lect 1. introduction to programming languages
Varun Garg
 
Lecture 2 history_of_c
Lecture 2 history_of_cLecture 2 history_of_c
Lecture 2 history_of_c
eShikshak
 

What's hot (20)

C++ Overview PPT
C++ Overview PPTC++ Overview PPT
C++ Overview PPT
 
History of c
History of cHistory of c
History of c
 
Data types
Data typesData types
Data types
 
Presentation on C++ Programming Language
Presentation on C++ Programming LanguagePresentation on C++ Programming Language
Presentation on C++ Programming Language
 
Inline function in C++
Inline function in C++Inline function in C++
Inline function in C++
 
C++ Overview
C++ OverviewC++ Overview
C++ Overview
 
FUNCTIONS IN c++ PPT
FUNCTIONS IN c++ PPTFUNCTIONS IN c++ PPT
FUNCTIONS IN c++ PPT
 
Strings in c++
Strings in c++Strings in c++
Strings in c++
 
Operator in c programming
Operator in c programmingOperator in c programming
Operator in c programming
 
RECURSION IN C
RECURSION IN C RECURSION IN C
RECURSION IN C
 
History of C Programming Language
History of C Programming LanguageHistory of C Programming Language
History of C Programming Language
 
Lect 1. introduction to programming languages
Lect 1. introduction to programming languagesLect 1. introduction to programming languages
Lect 1. introduction to programming languages
 
Header files of c++ unit 3 -topic 3
Header files of c++ unit 3 -topic 3Header files of c++ unit 3 -topic 3
Header files of c++ unit 3 -topic 3
 
File handling in c
File handling in cFile handling in c
File handling in c
 
Class and object in C++
Class and object in C++Class and object in C++
Class and object in C++
 
Introduction to c++
Introduction to c++Introduction to c++
Introduction to c++
 
C introduction by thooyavan
C introduction by  thooyavanC introduction by  thooyavan
C introduction by thooyavan
 
Lecture 2 history_of_c
Lecture 2 history_of_cLecture 2 history_of_c
Lecture 2 history_of_c
 
functions of C++
functions of C++functions of C++
functions of C++
 
C++ Programming Language
C++ Programming Language C++ Programming Language
C++ Programming Language
 

Viewers also liked

01 c++ Intro.ppt
01 c++ Intro.ppt01 c++ Intro.ppt
01 c++ Intro.ppt
Tareq Hasan
 
Object Oriented Programming Concepts
Object Oriented Programming ConceptsObject Oriented Programming Concepts
Object Oriented Programming Concepts
thinkphp
 
Visual basic 6.0
Visual basic 6.0Visual basic 6.0
Visual basic 6.0
sanket1996
 
Strinng Classes in c++
Strinng Classes in c++Strinng Classes in c++
Strinng Classes in c++
Vikash Dhal
 
String Handling in c++
String Handling in c++String Handling in c++
String Handling in c++
Fahim Adil
 
String handling(string class)
String handling(string class)String handling(string class)
String handling(string class)
Ravi_Kant_Sahu
 

Viewers also liked (20)

C/C++ History in few slides
C/C++ History in few slides C/C++ History in few slides
C/C++ History in few slides
 
C++ language
C++ languageC++ language
C++ language
 
History of C/C++ Language
History of C/C++ LanguageHistory of C/C++ Language
History of C/C++ Language
 
C++ history session 00 history
C++ history session 00   historyC++ history session 00   history
C++ history session 00 history
 
C++ programming
C++ programmingC++ programming
C++ programming
 
Intro to C++ - language
Intro to C++ - languageIntro to C++ - language
Intro to C++ - language
 
C language ppt
C language pptC language ppt
C language ppt
 
01 c++ Intro.ppt
01 c++ Intro.ppt01 c++ Intro.ppt
01 c++ Intro.ppt
 
Object Oriented Programming Concepts
Object Oriented Programming ConceptsObject Oriented Programming Concepts
Object Oriented Programming Concepts
 
Deep C
Deep CDeep C
Deep C
 
Programming paradigm
Programming paradigmProgramming paradigm
Programming paradigm
 
Case studies
Case studiesCase studies
Case studies
 
New presentation1
New presentation1New presentation1
New presentation1
 
String c++
String c++String c++
String c++
 
Visual basic 6.0
Visual basic 6.0Visual basic 6.0
Visual basic 6.0
 
Strinng Classes in c++
Strinng Classes in c++Strinng Classes in c++
Strinng Classes in c++
 
Programming Paradigm & Languages
Programming Paradigm & LanguagesProgramming Paradigm & Languages
Programming Paradigm & Languages
 
String Handling in c++
String Handling in c++String Handling in c++
String Handling in c++
 
String handling(string class)
String handling(string class)String handling(string class)
String handling(string class)
 
Turbo c++
Turbo c++Turbo c++
Turbo c++
 

Similar to History of c++

Summer training PPT Manasv Singharia.pptx
Summer training PPT Manasv Singharia.pptxSummer training PPT Manasv Singharia.pptx
Summer training PPT Manasv Singharia.pptx
shokeenk14
 
Csc1100 lecture01 ch01-pt1
Csc1100 lecture01 ch01-pt1Csc1100 lecture01 ch01-pt1
Csc1100 lecture01 ch01-pt1
IIUM
 
Csc1100 lecture01 ch01-pt1
Csc1100 lecture01 ch01-pt1Csc1100 lecture01 ch01-pt1
Csc1100 lecture01 ch01-pt1
IIUM
 
c programming, internshala training , govt engineering college aurangabad
c programming, internshala training , govt engineering college aurangabadc programming, internshala training , govt engineering college aurangabad
c programming, internshala training , govt engineering college aurangabad
Pysh1
 

Similar to History of c++ (20)

History of c++
History of c++History of c++
History of c++
 
object oriented programming language fundamentals
object oriented programming language fundamentalsobject oriented programming language fundamentals
object oriented programming language fundamentals
 
Object oriented programming c++
Object oriented programming c++Object oriented programming c++
Object oriented programming c++
 
The Miseducation of C++
The Miseducation of C++The Miseducation of C++
The Miseducation of C++
 
C++ training day01
C++ training day01C++ training day01
C++ training day01
 
History of c and c++
History of c and c++History of c and c++
History of c and c++
 
Evolution of programming language
Evolution of programming languageEvolution of programming language
Evolution of programming language
 
Summer training PPT Manasv Singharia.pptx
Summer training PPT Manasv Singharia.pptxSummer training PPT Manasv Singharia.pptx
Summer training PPT Manasv Singharia.pptx
 
Csc1100 lecture01 ch01-pt1
Csc1100 lecture01 ch01-pt1Csc1100 lecture01 ch01-pt1
Csc1100 lecture01 ch01-pt1
 
Csc1100 lecture01 ch01-pt1
Csc1100 lecture01 ch01-pt1Csc1100 lecture01 ch01-pt1
Csc1100 lecture01 ch01-pt1
 
Session 1 - c++ intro
Session   1 - c++ introSession   1 - c++ intro
Session 1 - c++ intro
 
ANSI ISO C Professional Programmer S Handbook
ANSI ISO C   Professional Programmer S HandbookANSI ISO C   Professional Programmer S Handbook
ANSI ISO C Professional Programmer S Handbook
 
Unit 1 of c++ part 1 basic introduction
Unit 1 of c++ part 1 basic introductionUnit 1 of c++ part 1 basic introduction
Unit 1 of c++ part 1 basic introduction
 
C language myths & secrets
C language myths & secretsC language myths & secrets
C language myths & secrets
 
Object Oriented Programming using C++ - Part 1
Object Oriented Programming using C++ - Part 1Object Oriented Programming using C++ - Part 1
Object Oriented Programming using C++ - Part 1
 
basics of c++
basics of c++basics of c++
basics of c++
 
basics of c++
basics of c++basics of c++
basics of c++
 
Oops concepts in c++ documentation
Oops concepts in c++ documentationOops concepts in c++ documentation
Oops concepts in c++ documentation
 
Test Driven Interviewing in C++
Test Driven Interviewing in C++Test Driven Interviewing in C++
Test Driven Interviewing in C++
 
c programming, internshala training , govt engineering college aurangabad
c programming, internshala training , govt engineering college aurangabadc programming, internshala training , govt engineering college aurangabad
c programming, internshala training , govt engineering college aurangabad
 

More from Ihsan Wassan

More from Ihsan Wassan (20)

Ergonomics - occupational health and safety
Ergonomics - occupational health and safetyErgonomics - occupational health and safety
Ergonomics - occupational health and safety
 
Newtons law of viscosity
Newtons law of viscosityNewtons law of viscosity
Newtons law of viscosity
 
Pressure vessel, its types with different testing methods
Pressure vessel, its types with different testing methodsPressure vessel, its types with different testing methods
Pressure vessel, its types with different testing methods
 
Types of reactor
Types of reactorTypes of reactor
Types of reactor
 
Indus water treaty of 1960 and role of world bank
Indus water treaty of 1960 and role of world bankIndus water treaty of 1960 and role of world bank
Indus water treaty of 1960 and role of world bank
 
Impact of hydropower projects and of the division of waters between india and...
Impact of hydropower projects and of the division of waters between india and...Impact of hydropower projects and of the division of waters between india and...
Impact of hydropower projects and of the division of waters between india and...
 
Feed conditions in distillation column with respect to feed plate and reflux
Feed conditions in distillation column with respect to feed plate and refluxFeed conditions in distillation column with respect to feed plate and reflux
Feed conditions in distillation column with respect to feed plate and reflux
 
Jamshoro power plant company
Jamshoro power plant company Jamshoro power plant company
Jamshoro power plant company
 
Automobile emission control systems
Automobile emission control systemsAutomobile emission control systems
Automobile emission control systems
 
Ergonomics
ErgonomicsErgonomics
Ergonomics
 
Nuclear weapons (a brief history)
Nuclear weapons (a brief history)Nuclear weapons (a brief history)
Nuclear weapons (a brief history)
 
Dyes and pigments
Dyes and pigmentsDyes and pigments
Dyes and pigments
 
Temperature distributions with more than one independent variable
Temperature distributions with more than one independent variableTemperature distributions with more than one independent variable
Temperature distributions with more than one independent variable
 
Catalytic reforming process
Catalytic reforming processCatalytic reforming process
Catalytic reforming process
 
Instrumentation and process control in soap making industry
Instrumentation and process control in soap making industryInstrumentation and process control in soap making industry
Instrumentation and process control in soap making industry
 
What i learnt as an intern by Ihsan Wassan
What i learnt as an intern by Ihsan Wassan What i learnt as an intern by Ihsan Wassan
What i learnt as an intern by Ihsan Wassan
 
AIChE benefits and resources
AIChE benefits and resources AIChE benefits and resources
AIChE benefits and resources
 
Hazop Study
Hazop StudyHazop Study
Hazop Study
 
Fundamentals of thermal radiations
Fundamentals of thermal radiationsFundamentals of thermal radiations
Fundamentals of thermal radiations
 
Refrigeration and freezing of foods (control of microorganisms)
Refrigeration and freezing of foods (control of microorganisms) Refrigeration and freezing of foods (control of microorganisms)
Refrigeration and freezing of foods (control of microorganisms)
 

Recently uploaded

Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
dharasingh5698
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 

History of c++

  • 1. ““START WITH THE NAME OF ALLAH WHO IS THESTART WITH THE NAME OF ALLAH WHO IS THE MOST BENEFICENT & THE MOST MERCIFUL”MOST BENEFICENT & THE MOST MERCIFUL”
  • 2. IN THE RESPECT OF SIRIFTIKHARALI KOONDHARSIRIFTIKHARALI KOONDHAR IHSAN ALI WASSANIHSAN ALI WASSAN (14CH18)(14CH18) DISCIPLINE: CHEMICAL ENGINEERINGCHEMICAL ENGINEERING SUBJECT: ITC & C++ITC & C++ QUAID-E-AWAM UNIVERSITY OF ENGINEERING, SCIENCE ANDQUAID-E-AWAM UNIVERSITY OF ENGINEERING, SCIENCE AND TECHNOLOGY NAWABSHAH, SINDH PAKISTANTECHNOLOGY NAWABSHAH, SINDH PAKISTAN
  • 4. History ofHistory of C++C++  During 1970 Dennis Ritchiecreated C Programming language to develop the UNIX operating system at Bell Labs.  C is a general-purpose, high-level language.  C was originally first implemented on the PDP-11 computerin 1972. Dennis RitchieDennis Ritchie
  • 5. History ofHistory of C++C++  C++ Development started in 1979.  During the creation of Ph.D. thesis, Bjarne Stro ustrup worked with language called Simula.  Simula is programming language basically useful for the simulation work. Bjarne StroustrupBjarne Stroustrup
  • 6. History ofHistory of C++C++  Simula was first language to support object-oriented programming language (OOP).  OOP is a formal programming approach that combines data and associated actions (methods) into logical structures (objects).  Bjarne Stro ustrup identified that this OOP features can be included in the so ftware de ve lo pm e nt, however the Simula language was far too slow for practical use.
  • 7. History ofHistory of C++C++  After that Bjarne Stroustrup started working on the C language and added more extra OOP features to the classic C.  He added features in such a fashion that the basic flavor of C remains unaffected.
  • 8. History ofHistory of C++C++ His language included some add-on features such as  classes,  basic inheritance,  default function arguments, and  Polymorphism
  • 9. History ofHistory of C++C++ CLASSCLASS  a blueprint for a data type.  it does define what the class name means, that is, what an object of the class will consist of and what operations can be performed on such an object.  For example, we defined the Box data type using the keyword class as follows:
  • 10. History ofHistory of C++C++ InheritanceInheritance  Inheritance allows us to define a class in terms of another class, which makes it easier to create and maintain an application.  The idea of inheritance implements the is a relationship.  For example, mammal IS-A animal, dog IS-A mammal hence dog IS-A animal as well and so on.
  • 11. History ofHistory of C++C++ Default function argumentsDefault function arguments  Allows a function to be called without providing one or more irregular arguments.
  • 12. History ofHistory of C++C++ PolymorphismPolymorphism  The word polymorphism means having many forms.  Typically, polymorphism occurs when there is a hierarchy of classes and they are related by inheritance.  C++ polymorphism means that a call to a member function will cause a different function to be executed depending on the type of object that invokes the function.
  • 13. History ofHistory of C++C++  Stroustrup states that the purpose of C++ is to make writing good programs easier and more pleasant for the individual programmer.  In 1983 the name of the language changed from C with classes to C++.
  • 14. History ofHistory of C++C++  The ++ operator in the C language is an operator for incrementing a variable, which gives some insight into how Stroustrup regarded the language.  Many new features were added around this time, the most notable of which are virtual functions, function overloading, references with the & symbol, the constant keyword, and single-line comments
  • 15. History ofHistory of C++C++  First commercial release of the C++ language was in October of 1985.  In 1989 C++ language again updated to include protected and static members .
  • 16. History ofHistory of C++C++  In 1990 the C++ reference manual was released.  Same year turbo C++ was released as a commercial product.  Turbo C++ added the Plethora of additional libraries.
  • 17. History ofHistory of C++C++  In 1998 the C++ standard committee published the first internal standard for C++ ISO/IEC14882:1998, informally known as C++98  In 2003 committee respond to multiple problems reported with their C++98. Then they change the language was dubbed C++03
  • 18. History ofHistory of C++C++  In 2005 C++ committee released a report dubbed TR1 detailing various features they were planning to add the latest C++ standard.  In mid 2011 the new C++ standard C++11 was published.
  • 19. Versions of C++ Language There are several versions of C++Programming Language –  Visual C++  Borland C++  Turbo C++