Logo

Thinking in C++, 2nd Edition

Large book cover: Thinking in C++, 2nd Edition

Thinking in C++, 2nd Edition
by

Publisher: Prentice Hall
ISBN/ASIN: 0139798099
ISBN-13: 9780139798092
Number of pages: 1600

Description:
The new edition of Bruce Eckel's Thinking in C++ is an excellent tutorial to mastering this rich (and sometimes daunting) programming language, filled with expert advice and written in a patient, knowledgeable style. The emphasis here is on practical programming, so there's basic advice on using header files, preprocessor directives, and namespaces to organize code effectively.

Download or read it online for free here:
Download link 1
Download link 2

(multiple PDF files)

Similar books

Book cover: Mastering C++Mastering C++
by - 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.
(18469 views)
Book cover: Structured Programming with C++Structured Programming with C++
by - 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.
(13376 views)
Book cover: C++ ProgrammingC++ Programming
- Wikibooks
This book covers the C++ programming language, its interactions with software design and real life use of the language. It is presented in a series of chapters as an introductory prior to advance courses but can also be used as a reference book.
(11344 views)
Book cover: C++ Language TutorialC++ Language Tutorial
by - cplusplus.com
These tutorials explain the C++ language from its basics up to the newest features of ANSI-C++, including basic concepts such as arrays or classes and advanced concepts such as polymorphism or templates. The tutorial is oriented in a practical way.
(18608 views)