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
Reusable Software Components: Object-Oriented Embedded Systems Programming in C (Prentice Hall Series on Programming Tools and Methodologies)

Reusable Software Components: Object-Oriented Embedded Systems Programming in C (Prentice Hall Series on Programming Tools and Methodologies)

List Price: $61.00
Your Price:
Product Info Reviews

<< 1 >>

Rating: 1 stars
Summary: No thanks.
Review: I'm an experienced OO programmer and an experienced embedded programmer who understands the need to "drop down to" 'C' instead of C++.

The contortions the author goes through to provide OO style inheritance are more appropriate for an academic exercise than real world code. The development cost, maintainance cost, & runtime overhead easily outweighs the benefits. It's ugly. At some point you just have to admit your stuck with 'C' and stop trying to turn a crescent wrench into a socket set.

The technique (which totally writes off data hiding, btw) is laid out in chapter one. The rest of the book consists of classes built with the technique. Since I couldn't buy into Chapter 1's technique, the rest of the book wasn't very useful.

Rating: 5 stars
Summary: Helps You Add OOP to your Embedded Project
Review: This book provides a method of utilizing the advantages of Object-Oriented Programing (OOP) by using C rather than C++. This isn't of much use for people who program PC's where C++ compiliers are abundant. But if there are no C++ compiliers available or the cost is prohibited for the project, this book teaches an excellent way of adding OOP to you code. Like Van Sickle's other book "Programming Microcontrollers in C", the book is well written and easy to read. Concepts are clearly explained and examples are given to clarify the meaning. As an added bonus, you will gain understanding of what C++ compiliers do to your code when compiling objects since some of that work must now be coded by hand.


<< 1 >>

© 2004, ReviewFocus or its affiliates