Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
An Introduction to Programming With C++

An Introduction to Programming With C++

List Price: $54.95
Your Price: $54.95
Product Info Reviews

<< 1 2 3 >>

Rating: 5 stars
Summary: Takes the tears out of learning C++
Review: Wanna learn C++? Buy Zak's book!

Zak's "Introduction to Programming with C++" is an easy to understand and follow book that will help beginners quickly grasp and begin using the major concepts of C++. The explanations are very thorough, and each lesson contains several programming examples that reinforce the new concept, each explained thoroughly, line by line. By following Zak's lessons and doing a handful of the exercises included at the end of each lesson, an absolute rock bottom beginner will quickly be creating 2 dimensional arrays and whipping up classes just as if they'd been doing it their whole lives.

While this is an outstanding text for learning, it's lousy as reference for later on when you want to quickly review a concept or some syntax. Buy Zak's book first and invest in a good reference book when you're done. You'll be glad you did.

Rating: 4 stars
Summary: Great for beginners -- Doesn't go far
Review: Wonderful for absolute beginners to programming. The first 3 chapters teach nothing but logic. What this book covers, it covers excellently for those with no experience with the language. She leaves no item un-explained, and she assumes extremely little (which obviously offends pretentious types).

The problem? The book covers (probably) the least of any decent beginner's C++ book. Doesn't get into pointers, etc. it mentions them very sparsely, but it doesn't "cover" them. It also doesn't give much real world information, such as the variable++ convention (she uses variable = variable + 1).


<< 1 2 3 >>

© 2004, ReviewFocus or its affiliates