|
C AND C++ BOOKS
Posted in C and C++ (Friday, July 25, 2008)
Written by Herbert Schildt. By McGraw-Hill Interamericana.
Sells new for $80.50.
Read more...
Purchase Information
No comments about C ++ - Manual de Referencia.
Posted in C and C++ (Friday, July 25, 2008)
Written by R.J. Mitchell. By Palgrave Macmillan.
There are some available for $14.25.
Read more...
Purchase Information
1 comments about C++ Object-oriented Programming (Macmillan Computer Science).
- It is a good book for begginers and laymen.
Read more...
Posted in C and C++ (Friday, July 25, 2008)
By R&D Publications.
The regular list price is $10.00.
Sells new for $6.99.
There are some available for $4.00.
Read more...
Purchase Information
No comments about The C Users Group Library: A Directory of Public Domain C Source Code, Vol 1 (C Users' Group Library).
Posted in C and C++ (Friday, July 25, 2008)
Written by Vincent Buskens. By Springer.
The regular list price is $105.00.
Sells new for $78.00.
There are some available for $109.72.
Read more...
Purchase Information
No comments about Social Networks and Trust (Theory and Decision Library C).
Posted in C and C++ (Friday, July 25, 2008)
Written by Sathis Menon. By McGraw-Hill Companies.
There are some available for $0.01.
Read more...
Purchase Information
No comments about The C Workbook.
Posted in C and C++ (Friday, July 25, 2008)
Written by Peter Thömmes. By Springer.
The regular list price is $69.95.
Sells new for $69.25.
There are some available for $77.99.
Read more...
Purchase Information
No comments about Notizen zu C++ (Xpert.press).
Posted in C and C++ (Friday, July 25, 2008)
Written by Sun Microsystems Inc.. By Iuniverse Inc.
Sells new for $19.99.
Read more...
Purchase Information
No comments about C++ Migration Guide.
Posted in C and C++ (Friday, July 25, 2008)
Written by Dax. By Paraninfo.
Sells new for $36.00.
Read more...
Purchase Information
No comments about Lenguaje C.
Posted in C and C++ (Friday, July 25, 2008)
Written by Susan L. Reber. By Ziff Davis Pr.
There are some available for $0.01.
Read more...
Purchase Information
No comments about PC Learning Labs Teaches Corel Wordperfect 7 (P C Learning Labs).
Posted in C and C++ (Friday, July 25, 2008)
Written by Art Friedman and Lars Klander and Mark Michaelis and Herb Schildt. By Mcgraw-Hill Osborne Media.
The regular list price is $49.99.
Sells new for $4.20.
There are some available for $0.30.
Read more...
Purchase Information
5 comments about C/C ++ Annotated Archives.
- I bought this book thinking it would be a good reference, and also a source for some basic data structures in my own code. Well, I relied on the doubly linked list in the book as a base class for my own code. Don't use it. I never thought that this code could be wrong, but I tracked the problem down to the remove_val() function in this doubly linked implementation. If you use it, it will give you a Segmentation Fault error. I haven't tested out anything else, but so far my experience with the book has been very negative.
- First, the CD purported on the front cover to be "packed with ready to use code" contains slightly over 2mb of uncompressed source.
The methods used in several sections are trivial to worthless. In the first chapter considerable analysis is given to a bubble sort. Fine, but the other methods are hardly better. AND the source had to be modified to run on my Borland compiler which objected to some mis-applied functions in these exceedingly simple examples. The back cover proclaims "The ultimate collection of robust code and expert techniques..". 2mb of trivial methods belie this. Overall there is way too much analysis ado over mostly trivial methods. I respect Herb Schildt who wrote the preface and recommend his "Teach yourself C++" way, way over this book.
- there are many mistakes in this code, most of which is trivial anyway. I contacted the person, at the email address provided on this book, got a response of acknowledgement but never got any corrected code, or instructions on how to get it through ftp etc. I'll be careful not to get burned by these authors again.
- I agree with the majority of reviews, this book isn't as good as it sounds. Haven't tried using the code, but thought it was in a poor object oriented style, and doesn't lend itself to reuse straight off the CD.
A more detailed review an overview of the books chapters can be found at www.tarsiersoft.com/BR/cppaa-en.htm
- I'm definitely in the minority here. I love these kinds of books. I find them a refreshing change from the continual stream of beginner/introductory C/C++ books that cover the same information over and over again ("hello world"). This book covers a lot of things that don't fall within the neat confines of the standard C++ primer, especially if you consider the Visual C++ genre.
This book covers a lot of ground, much of it is in the form of annotated source code: sorting, linked lists, b-trees, performing financial calculations, statistical applications, and implementing language interpreters in C++. There are relatively few C++ classes in the source code. The bulk of the code is straight out C coding, to which C++ purist may object. Although it bills itself as compiler independent, the chapters on Internet programming and fractal graphics are pretty much Visual C++ all the way.
Read more...
|
|
|
C ++ - Manual de Referencia
C++ Object-oriented Programming (Macmillan Computer Science)
The C Users Group Library: A Directory of Public Domain C Source Code, Vol 1 (C Users' Group Library)
Social Networks and Trust (Theory and Decision Library C)
The C Workbook
Notizen zu C++ (Xpert.press)
C++ Migration Guide
Lenguaje C
PC Learning Labs Teaches Corel Wordperfect 7 (P C Learning Labs)
C/C ++ Annotated Archives
|