Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Mastering Algorithms with C Review by Carlos Ruiz Ortega

Good book, bad code... it could be better...

Hi:

Well, this book has a lot of very interesting programming issues, like pointers, recursion, linked lists, stacks & queues, trees, etc, etc...
All of these issues are very well explained and have many code examples, but here is the big problem of this book:
The comment style of the code examples is ridiculous!!!
The author used five lines of code when he could use only one!!!
Like this:

/*********************
*
* Absurd comment...
*
*********************/

This makes slower and really uncomfortable the lecture of the code.

Anyway, having this book you'll learn a lot of advanced C programming issues.