C++

c++ basics

The C programming language was developed at ATT Bell Laboratories in the early 1980s by Bjame Stroustrup. He found 'C' tacking for simulations and decided to extend the language by adding features from his favourite language, Simula 67.  Simula 67 was one of the earliest object-oriented languages. Bjarne Stroustrup called it "C with Classes" originally. The name C (pronounced C ptus plus) was coined by Rick Mascitti where "++" is the C increment operator. Ever since its birth, C evolved to cope with problems encountered by users, and through dis- cussions at ATT.
c++ compiler download here

C++ introduction  notes
  •  Compiled type language. 
  •  C++ is machine independent. 
  • Speed execution are possible in C++.
  • Object oriented with support for classes and object. 
  • Support pointers which then leads to direct memory access. 
  • Case insensitive. 
  • Used in many gaming applications. 
  •  Speed and Easiesless complex system. 
C++ supports the object-oriented programming

How many C++ opps are major pillar

There are C++ oops four major pillar
  1. Inheritance
  2. Polymorphism
  3. Encapsulation
  4. Abstraction





Post a Comment

Previous Post Next Post