Beginner's Guide to C++ (Beginner's Guides), The


General

Subtitle:
Author: Yaroshenko, Oleg
Editor:
Binding: Paperback
Purchase Date:
Purchase Price:
Amazon Link: Buy from Amazon.com

Publishing

Publisher: Peer Information Inc.
Edition:
Copyright Year:
Publication Year: 1994
ISBN#: 978-1-874416-26-5
LCCN#:
Pages: 641
Translator:
Language: English

Comments

With comprehensive coverage of the language syntax, this guide teaches procedural and object-oriented programming to novice computer programmers. Each chapter features three example applications, including code fragments used to explain language syntax. Also includes substantial application development throughout.

641 pages

The Beginner's Guide to C++ eliminates the complexity of C++ by introducing classes in manageable bits. Yaroshenko is a master of the learning-by-examples-school of teaching: He marks "Try it out!" on every other page and features a simple problem to illustrate a recently introduced concept. This huge volume is one of the more unorthodox works in the C++ genre. Yaroshenko sometimes identifies concepts in an odd but interesting way; for example, the chapter on arrays and iteration is titled "Working with Large Amounts of Data" and the chapter on input/output functions is titled "Using Disks." The book is also peppered with three-dimensional black-and-white graphs, which start to look psychedelic after all-night programming sessions. However, The Beginner's Guide to C++ provides more detail than many other C++ introductions and includes dozens of examples that illustrate how to create classes.