Link to home
Start Free TrialLog in
Avatar of seng
seng

asked on

LOOKING FOR SOME C REFERENCE' BOOKS

I'M A STUDENT AND I'VE A MAJOR PROBLEM WITH STACK,LINK LIST ETC ,SO I NEED YOUR ADVISE TO RECOMMEND ME SOME TITLE OF THE BOOKS THAT I SHOULD BUY.BUT THE BOOK MUST CONTAIN SOME COMPLETE PROGRAMS THAT CAN BE RUN.PLEASE GIVE ME THE NAME OF THE PUBLISHER ,AUTHOR AND THE EDITION OF THE BOOK

THANK YOU
SENG
Avatar of manjucee
manjucee

1.Letus C by Yeshwanth Kanetkar
2.Programming with C Schaum series
3. C programming language by Dennis Ritchie


u just visit mcp.com and search for the required info.
The C programming language, 2nd edition by Kernighan & Ritchie is *THE* C reference.
I agree with alexo

ASKER CERTIFIED SOLUTION
Avatar of braveheart
braveheart

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>> C Traps and Pitfalls by Andrew Koenig
I'm not familiar with the book but Koenig's reputation is excellent.
One more thing, seng, please don't write in all caps.  In case you didn't know, it is considered rude.
Hi seng;

I really like the following book:

The Indispensible Guide to C
Paul Davies
Addison-Wesely
ISBN 0-201-62438-9

It covers the topics you mentioned (stacks, linked-lists).  There are code examples, but no disk or CD of code(on my version).  If you are interested in data structures specifically there are some data structures texts which use C specifically as well.

Good Luck.

Matt


P.S.
 I also agree with alexo on Kernighan & Ritchie.  It is an excellent book, however I don't recall much data structures in it.  Maybe alexo can let us know if it does ( I don't have it with me right now ).

M

try data structures by tremblay and sorenson.they give you the necessary algorithms.u can easily convert them into C if u know a bit of it.
try data structures using pascal by tenebaum and augestein
regarding the syntax of C i strongly recommend kernigham ritchie book.
>> I don't recall much data structures in it.
It is my firm belief that one should get a book about the chosen programming language and a seperate book about data structures and algorithms.  Any algortihm can be implemented in any programming language (turing completeness and stuff...).

The best book (actualy books) about algorithms and data structures "Te art of computer programming" By Donald Knuth (volumes 1-3).  However, it is not an easy one and therefore I cannot recommend it as a "first" book.

A good book for beginners is "Data Structures and Algorithms" by Alfred V. Aho, et al.  Although the examples are in Pascal (I think).

If you specifically want a "C" algorithms book try one of the following (I'm not familiar with them):
* "Algorithms in C : Fundamentals, Data Structures, Sorting, Searching" by Robert Sedgewick.
* "Data Structures, Algorithms, and Software Principles in C" by Thomas A. Standish.
* "Algorithms and Data Structures : An Approach in C" by Charles Bowman.

>> Maybe alexo can let us know if it does
My copy is on loan but I think it does not.  Which is perfectly OK by me...
>In case you didn't know, it is considered rude.

Its more that caps lock is hard to read than it is rude.

>> Its more that caps lock is hard to read than it is rude.
That's why it's rude...
Avatar of seng

ASKER

I'm sorry for typing in all caps.Actually I didn't about it and thank a lot for the answers