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: 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.
(18785 views)
Book cover: The Rook's Guide to C++The Rook's Guide to C++
by - Rook's Guide Press
This Creative Commons-licensed textbook written by Norwich University students and faculty aims to provide an introduction to the C++ programming language. In this book, we will favor older techniques, pre-C++11 (introduced in 2011).
(9552 views)
Book cover: C++ EssentialsC++ Essentials
by - PragSoft Corporation
This text is a concise introduction to the C++ programming language, each chapter consists of short sections, so that beginners can understand the language in a short period of time. You will learn to program in C++ and properly use its features.
(26335 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.
(26964 views)