Logo

The Rook's Guide to C++ by Jeremy A. Hansen

Large book cover: The Rook's Guide to C++

The Rook's Guide to C++
by

Publisher: Rook's Guide Press
ISBN/ASIN: 1304661059
ISBN-13: 9781304661050
Number of pages: 160

Description:
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).

Home page url

Download or read it online for free here:
Download link
(910KB, PDF)

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.
(18702 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.
(11458 views)
Book cover: Software Design Using C++Software Design Using C++
by - 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.
(16994 views)
Book cover: C++ In Action: Industrial Strength Programming TechniquesC++ In Action: Industrial Strength Programming Techniques
by - Addison Wesley
The book teaches programming in C++ from the perspective of a professional programmer. It presents the development of a parser and a calculator from a simple command-line program to a GUI application. Learn how to use C++ like a real pro.
(22222 views)