Lec 3
Lec 3
1843 1972
AdaLoveLace Birth of C
• First program on paper • Bell Telephone Laboratories, Dennis
• Built for Difference Engine Ritchie
Birth of OOP
• C++(Bjarne Stroustrup)
Assembly Language • C incremented
• Simplified the 0’s and 1’s • Released in 1985
1949 1983
34
What is C++
Algorithm
First Program in C++ 39
#include<iostream>
using namespace std;
int main(){
cout<<“Hello World”;
return 0;
}
8.3.2 Structure of C++ Program 40