..

FreePrograms


C programming Tutorial 

Free C Programs, C Programs Download


Embedded C lang & 8051(Embedded Products)


  CONTACT US   ABOUT US   PRIVACY  DISCLAIMER

FREE C PROGRAMS 

 C Tutorial for beginners
What is C C vs C++ vs Java Program Structure Data Types in C Basic Rules of C & C++
Functions in C If, Else Conditions Loops in C Switch Case Arrays
Pointers Structures in C Strings in C Command Line Arguments Type Casting
Linked Lists Recursion Binary Trees Inheritance Multiple Inheritance
Templates File I/O Object Oriented Programming  Data Structures in C C interview Questions

/*What is C++     C++/CPP Tutorial.*/


C++ comprises a combination of both high-level and low-level language features. It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C language. The language was named C++ in 1983.

Why should we learn C++?

C++ allows expression of abstract ideas

C++ allows programmers strict control over memory management.

Code written in C++ that conforms to the national standards can be easily integrated with preexisting code

C++ is reusable and object-oriented

C++ is an object-oriented language.

Features of C++

Classes
Classes can contain both data and operations
A class can be composed of other classes

Encapsulation
Data and functions in classes can be hidden

Inheritance
New classes can be obtained from other classes

Polymorphism

Overloading

pure polymorphism

 

COPYRIGHT 2009 ALL RIGHTS RESERVED FREECPROGRAMS.COM