A list of books starting after C Primer Plus?
Author |
Message |
php111
|
Posted: Fri Jan 09, 2009 8:18 pm Post subject: A list of books starting after C Primer Plus? |
|
|
What would be a list of books starting after C Primer Plus? Will someone please list books in order from the book after C Primer Plus all the way to more advanced? If someone is a book reader, or use to be, we can wrap up a list in one reply. I am looking for separate books. C Primer Plus is separate compared to A book on C. Thank you for the list. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Vertico
|
Posted: Fri Jan 09, 2009 9:11 pm Post subject: Re: A list of books starting after C Primer Plus? |
|
|
The only C book I have ever used was "A book on C" which I found quite useful.
I've looked through the Primer book before so correct me if I am wrong, but does it not cover pretty much all the basic to advanced concepts of C? If so, the only other book you may need would be a good reference and the Internet.
Alternatively you could look into books on coding in general and "correct styling". An example would be "Code Complete 2". It will teach you how to develop better, safer, easier code to manage. |
|
|
|
|
|
OneOffDriveByPoster
|
Posted: Fri Jan 09, 2009 9:17 pm Post subject: Re: A list of books starting after C Primer Plus? |
|
|
Maybe you should mention topics your book covers and people can recommend topics that you may want to look at. |
|
|
|
|
|
php111
|
Posted: Fri Jan 09, 2009 9:40 pm Post subject: Re: A list of books starting after C Primer Plus? |
|
|
Alright, here are the chapters and names.
Chapter 1: Getting Ready
Chapter 2: Introducing C
Chapter 3: Data and C
Chapter 4: Character Strings and Formatted Input/Output
Chapter 5: Operators, Expressions, and Statements
Chapter 6: C Control Statements: Looping
Chapter 7: C Control Statements: Branching and Jumps
Chapter 8: Character Input/Output and Input Validation
Chapter 9: Functions
Chapter 10: Arrays and Pointers
Chapter 11: Chacracter Strings and String Functions
Chapter 12: Storage Classes: Linkage, and Memeory Management
Chapter 13: File Input/Output
Chapter 14: Structures and Other Data Forms
Chapter 15: Bit Fiddling
Chapter 16: The C Preprocessor and the C Library
Chapter 17: Advanced Data Representation |
|
|
|
|
|
|
|