Tuesday, May 26, 2009

C Programming

C++ (pronounced “see plus plus”) is a general-purpose, high-level programming language with low-level facilities. It is a statically typed free-form multi-paradigm language, supporting procedural programming, data abstraction, object-oriented programming, and generic programming. Since the 1990s, C++ has been one of the most popular commercial programming languages.

Bjarne Stroustrup developed C++ (originally named “C with Classes”) in 1983 at Bell Labs as an enhancement to the C programming language. Enhancements started with the addition of classes, followed by, among other features, virtual functions, operator overloading, multiple inheritance, templates, and exception handling. The C++ programming language standard was ratified in 1998 as ISO/IEC 14882:1998, the current version of which is the 2003 version, ISO/IEC 14882:2003. A new version of the standard (known informally as C++0x) is being developed.

Download the free ebooks below:-

Thinking in C++(second edition) by Bruce Eckel.
Thinking in C++ Volume 1
Thinking in C++ Volume 2

The C Book
Algorithms for programmers by Joerg Arndt.
The Art of Assembly Language
DataStructures - Algorithms and books about programming

0 Comment:

Back to TOP