
C++ Essentials
by Sharam Hekmat
Publisher: PragSoft Corporation 2005
Number of pages: 311
Description:
This book introduces C++ as an object-oriented programming language. No previous knowledge of C or any other programming language is assumed.
Download or read it online for free here:
Download link
(540KB, PDF)
Similar books
Thinking in C++, 2nd Editionby Bruce Eckel - Prentice Hall
An excellent tutorial to mastering the C++ programming language, written in a knowledgeable and patient style, filled with examples and expert advice. It covers language basics, function and operator overloading, inheritance, namespaces, and more.
(29731 views)
Software Design Using C++by David Carlson - Saint Vincent College
Online introduction to C++ language. Simple examples are used that illustrate the language features. Later, longer and more complex projects are used. The latest additions to the text include the three sections on Windows Forms Applications.
(18966 views)
Mastering C++by K. R. Venugopal - Muhammadali Shaduli
The book covers concepts such as programming paradigms, the need for OOPs technology, extending C/C++ at a glance, fundamental constructs of the C++ language, classes and objects, inheritance, polymorphism, generic programming, streams computations.
(21123 views)
Structured Programming with C++by Kjell Bäckman - BookBoon
This text is intended as course material for Structured Programming with C/C++ at university level. It can also be used as self-learning material. The purpose of the book is to teach how to 'think programming' and secondarily to teach C++ code.
(15573 views)