AnyBook4Less.com | Order from a Major Online Bookstore |
![]() |
Home |  Store List |  FAQ |  Contact Us |   | ||
Ultimate Book Price Comparison Engine Save Your Time And Money |
![]() |
Title: Framework-Based Software Development in C++ (Prentice Hall Series on Programming Tools and Methodologies) by Gregory F. Rogers ISBN: 0-13-533365-2 Publisher: Pearson Education POD Pub. Date: February, 1997 Format: Textbook Binding Volumes: 1 List Price(USD): $62.00 |
Average Customer Rating: 3.67 (3 reviews)
Rating: 3 There are good things later in the book, but this was a very off-putting introduction. Rating: 4 Rogers writes well and the presents his topics in an organized manner. After reading it completely, I enjoyed rereading individual chapters in a random order to glean more of his insight. I recommend the book to those programmers that want to look into the future of effectively designing their products to be used in a distibuted environment. Rating: 4 Thank you for visiting www.AnyBook4Less.com and enjoy your savings!
Copyright� 2001-2021 Send your comments
Summary: Why I am not a C++ programmer
Comment: Useful book, but consider the second example. Listing 2.5a: Spec() constructor in wrong place (causes multiple definition errors as is; move inside the struct) Listing 2.5b: needs #include
Summary: Good job relating domain analysis, STL, ODMG-93 and CORBA.
Comment: This book is intended for those who already know C++ but also want to be exposed to the future trends of applying STL integrating with Object Oriented Database Systems and CORBA. Although STL, ODMG-93 and CORBA are covered in an introductory manner, their relationship with the process of framework design is very appropriate.
Summary: A standards-based C++ approach with extraordinary merit
Comment: Possibly the Wirfs-Brock of the late '90's (approach that is likely to be emulated by high-profile experts), this book has uncanny insight for framework-based development. Especially liked the coverage of domain analysis, which provides unique reuse benefits for developers.