Logo

C++Course by Allen B. Downey

Small book cover: C++Course

C++Course
by

Publisher: Epina GmbH

Description:
The C++Course provides a general introduction to programming in C++. This edition of the eBook "C++Course" is based on the well-known book by Allen B. Downey, "How to Think Like a Computer Scientist". The single most important skill for a computer scientist is problem-solving. By that I mean the ability to formulate problems, think creatively about solutions, and express a solution clearly and accurately.

Home page url

Download or read it online for free here:
Download link
(640KB, ZIP/CHM)

Similar books

Book cover: A Computer Science Tapestry: Exploring Computer Science with C++A Computer Science Tapestry: Exploring Computer Science with C++
by - McGraw - Hill
This book is designed for a first course in computer science that uses C++ as the programming language. The goal was to leverage the best features of the language using sound practices of programming and pedagogy in the study of computer science.
(20122 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.
(13409 views)
Book cover: Thinking in C++, 2nd EditionThinking in C++, 2nd Edition
by - 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.
(26742 views)
Book cover: An Introduction to Design Patterns in C++ with Qt 4An Introduction to Design Patterns in C++ with Qt 4
by - Prentice Hall PTR
Covers the language features of C++ so that readers can use Qt 4 classes in the examples and assignments. It is a textbook for teaching language and design patterns, emphasising open-source code reuse. It assumes no C++ programming experience.
(17031 views)