The Rook's Guide to C++
by Jeremy A. Hansen
Publisher: Rook's Guide Press 2013
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).
Download or read it online for free here:
Download link
(910KB, PDF)
Similar books
Fundamentals of C++ Programmingby Richard L. Halterman - Southern Adventist University
Table of Contents: The Context of Software Development; Writing a C++ Program; Values and Variables; Expressions and Arithmetic; Conditional Execution; Iteration; Other Conditional and Iterative Statements; Using Functions; Writing Functions; etc.
(23856 views)
Programming Fundamentals: A Modular Structured Approach Using C++by Kenneth Leroy Busbee - Connexions
The approach of this course will be to take the student through a progression of materials that will allow the student to develop the skills of programming. This textbook covers modular/structured programming fundamentals.
(20013 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.
(19062 views)
C++ Essentialsby Sharam Hekmat - 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.
(28558 views)