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
Sams Teach Yourself C++ for LINUX in 21 Days (With CD-ROM)

Sams Teach Yourself C++ for LINUX in 21 Days (With CD-ROM)

List Price: $39.99
Your Price: $29.10
Product Info Reviews

<< 1 >>

Rating: 4 stars
Summary: OOP Excellently Explained
Review:

I got this book learn C++ programming for Linux, but I was surprised that I learned more than just that. This book could has just as well titled "Object Oriented Programming with C++ and Linux." It really is good introduction to Object Oriented design. As someone who originally learned programming in from s structural/procedural perspective this was very enlightening. Other books on C++ and Object-Oriented Pascal had explained how to create classes and onject, but left me saying "so, what's the point?" But, "Teach Yourself C++ for LINUX in 21 Days" finally put it into perspective - this allowed me to see OOP (and the possibilities opens up) as the quantum leap forward it is. This book will show you that OOP is a whole different way to think about programming. If you are migrating from a structured/procedural language, or, worse, from an unstructured scripting/interpreted language, to C++ I would highly recommend this book.

There are a few down sides to this book, though. One is that it is quite long and requires a lot of time. Also, some of the later chapters are more "this is neat" rather than "How to..." in nature without much detail (but these are "bonus" chapters, and things like GUI programing and system programming could't reasonably be explain in any one chapter). Lastly, the book leans a little too much on classes and objects, and doesn't say much about commonly used standard function; I could count the number of pages on that topic on one hand, and it really just says they're good and give one table listing a small number. Unless you get reference specifically geared toward functions or a book on standard C you could very easily end up inventing the wheel a lot.

Rating: 4 stars
Summary: OOP Excellently Explained
Review:

I got this book learn C++ programming for Linux, but I was surprised that I learned more than just that. This book could has just as well titled "Object Oriented Programming with C++ and Linux." It really is good introduction to Object Oriented design. As someone who originally learned programming in from s structural/procedural perspective this was very enlightening. Other books on C++ and Object-Oriented Pascal had explained how to create classes and onject, but left me saying "so, what's the point?" But, "Teach Yourself C++ for LINUX in 21 Days" finally put it into perspective - this allowed me to see OOP (and the possibilities opens up) as the quantum leap forward it is. This book will show you that OOP is a whole different way to think about programming. If you are migrating from a structured/procedural language, or, worse, from an unstructured scripting/interpreted language, to C++ I would highly recommend this book.

There are a few down sides to this book, though. One is that it is quite long and requires a lot of time. Also, some of the later chapters are more "this is neat" rather than "How to..." in nature without much detail (but these are "bonus" chapters, and things like GUI programing and system programming could't reasonably be explain in any one chapter). Lastly, the book leans a little too much on classes and objects, and doesn't say much about commonly used standard function; I could count the number of pages on that topic on one hand, and it really just says they're good and give one table listing a small number. Unless you get reference specifically geared toward functions or a book on standard C you could very easily end up inventing the wheel a lot.

Rating: 5 stars
Summary: A Good beginner's book and a good reference on C++
Review: C++ for Linux provides sound fundamental concepts for someone new to C++. This is also a good reference book for programming in C++. I am a C programmer and I wanted to study C++ for my next project. I have greatly benefitted by studying this book.

Rating: 5 stars
Summary: Good for Experienced and Inexperienced Alike
Review: I bought "Teach Yourself C++ for Linux in 21 Days" to broaden my understanding beyond my school's course material. I was interested in the exposition on analysis and design, including UML concepts. What an interesting book this turned out to be!

There is plenty here for the beginning programmer. The authors lead the newbie right up from "what is a program," "what is a variable," and "what is a function" to the most advanced concepts of the language.

The section on object oriented design was both clear and well-illustrated. I enjoyed the authors' sense of humor and professional perspective. I also enjoyed the simple (but rare) illustration of how to use ctags with vi. That bonus was worth the price of the book right there! The tips on coding style and inclusion guards were other gems.

There is plenty more in this book to keep me growing. Sections covering namespaces, "catch," "throw," exceptions, and the Standard Template Library will keep me reading. These authors are truly the gurus' gurus.

Rating: 5 stars
Summary: Good for Experienced and Inexperienced Alike
Review: I bought "Teach Yourself C++ for Linux in 21 Days" to broaden my understanding beyond my school's course material. I was interested in the exposition on analysis and design, including UML concepts. What an interesting book this turned out to be!

There is plenty here for the beginning programmer. The authors lead the newbie right up from "what is a program," "what is a variable," and "what is a function" to the most advanced concepts of the language.

The section on object oriented design was both clear and well-illustrated. I enjoyed the authors' sense of humor and professional perspective. I also enjoyed the simple (but rare) illustration of how to use ctags with vi. That bonus was worth the price of the book right there! The tips on coding style and inclusion guards were other gems.

There is plenty more in this book to keep me growing. Sections covering namespaces, "catch," "throw," exceptions, and the Standard Template Library will keep me reading. These authors are truly the gurus' gurus.

Rating: 5 stars
Summary: Excellent!
Review: I think that this book is perfect for the programmer that is used to Windows, but not familiar to Linux simply because that's exactly what I am. This book starts out from the very bottom just like most of the other Sams books, but it also covers advanced functions. I do think that they could have covered some of the chapters more extensively, but overall I liked it very much. I'd reccomend this book for beginners to Linux, no matter how good they are with C++. Sams did a great job with this one.

Rating: 3 stars
Summary: great for beginner, needs some work on the examples
Review: I'll start of with the positive, this book definately give lots of explanations of the concepts used, and lots of background for those not familiar with GNU/Linux or C++. I did find the example code supplied extremely buggy, and required lots of modifications to compile. Also, in the sections of system calls (threads and pipes), the example code only shows wrappers around the actual calls needed, and they only show the definition of that wrapper class, not the implementation. I guess if I want to find out exactly how to create a thread or named pipe, i'll have to dig elsewhere.

Rating: 2 stars
Summary: Solid language tutorial, but not really dedicated to Linux
Review: TEACH YOURSELF C++ FOR LINUX IN 21 DAYS, while it may seem the ideal book to the budding Linux programmer because of its size, is a poor book for the beginner, and indeed for most programmers hoping to use C++. The book is a so-so introduction to C++ the language, but doesn't offer any useful Linux-specific information (if you want to program in Linux, you probably already know what vi and emacs are, and how to open a command-line). The CD-ROM, containing a distribution of Mandrake Linux, is three years old and thus already ancient compared to today's Linux scene.

The book is not really a "21 day" course, but rather a course made up of 21 units. Some units are too big to tackle in one day, such as the chapters on references and error-handling, unless one has 8 hours to dedicate to this. I'd say three months is a reasonable amount of time to complete this book.

When this book came out, in 1999, the K Desktop Environment (KDE), programmed in C++, was the most popular desktop and thus budding programmers could find plenty of code to work with and improve. In the years since, however, the GNOME desktop, programmed in C, has gained ascendency among power users, and is now the default in many distributions. So, learning C++ on Linux nowadays as a first step in programming gives one very little to work with, as C is the primary language. While in many operating systems one doesn't have to learn C before C++, in Linux it is almost essential because the kernel, most if not all GNU software, and GNOME programs are all in C. So, for the beginning Linux programmer I'd advise first going through Sam's C FOR LINUX PROGRAMMING IN 21 DAYS. Afterward, one could use this book, or ideally a more Linux-centric book, to reap the object-oriented benefits of C++.

Unfortunately, it is quickly apparent that TEACH YOURSELF C++ FOR LINUX IN 21 DAYS is actually just Sam's TEACH YOURSELF C++ in 21 DAYS with a couple of token references to the GNU Compiler Collection, and a very out-of-date "bonus week" added. This becomes particulary obvious as every chapter has talks about how to compile each example on, of all things, DOS. Another problem stemming from the fact the most of the authors aren't Linux programmers, one that consistently shows throughout the book, is the authors' lack of familiarity with free software and the GPL. As a result, the chapter on software design shows a process best suited to the programming department of a corporation, where everyone can get together every morning to discuss the project, and this would not be very efficient in the Linux world of international contribution over distance. A glance at the authors' experience shows they may not be dedicated to ideals of the GNU Public License and open-source software, for example Jesse Libery is now consulting on the .NET project. I would urge anyone wishing to program on Linux to use resources written by actual Linux programmers.

Bottom line, get Sam's C FOR LINUX PROGRAMMING IN 21 DAYS first if you're a beginner. If you're an experience programmer who already knows C, this book may be helpful, but it has its problems.

Rating: 2 stars
Summary: Poor.. Very poor
Review: This book is full of mistakes. It also begins by teaching you to program one way, and then tells you that this is wrong. I picked up this book as a refresher, because I have not done any C++ or UNIX in 10 years, but even I could pick out the mistakes in the book. It does not explain the important aspects of C++ very well, skipping over most things with just a cursory description of what is going on. Do not get this book..

Rating: 2 stars
Summary: Do Not Buy This Book
Review: This book is not Linux programming; it is C++ programming. There are 26 days of programming of which only 5 ( 22 - 26 ) are dedicated to Linux. If you are looking for a Linux dedicated book this is not it.


<< 1 >>

© 2004, ReviewFocus or its affiliates