C IN A NUTSHELL A Quick C Reference

Learning a language–any language–involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you’ve mastered. Whether you’re learning French, Java, or C, at some point you’ll set aside the tutorial and attempt to converse on your own. It’s not necessary to know every subtle facet of French in order to speak it well, especially if there’s a good dictionary available. Likewise, C programmers don’t need to memorize every detail of C in order to write good programs. What they need instead is a reliable, comprehensive reference that they can keep nearby. C in a Nutshell is that reference.

Chapter 1 Language Basics
Chapter 2 Types
Chapter 3 Literals
Chapter 4 Type Conversions
Chapter 5 Expressions and Operators
Chapter 6 Statements
Chapter 7 Functions
Chapter 8 Arrays
Chapter 9 Pointers
Chapter 10 Structures and Unions and Bit-Fields
Chapter 11 Declarations
Chapter 12 Dynamic Memory Management
Chapter 13 Input and Output
Chapter 14 Preprocessing Directives
Chapter 15 The Standard Headers
Chapter 16 Functions at a Glance
Chapter 17 Standard Library Functions
Chapter 18 Compiling with GCC
Chapter 19 Using make to Build C Programs
Chapter 20 Debugging C Programs with GDB



  • Download
  • By
    Peter Prinz , Tony Crawford
  • Pages
    622
  • Year
    2005
  • Publisher
    O’Reilly Media
  • Language
    English
  • ISBN
    978-0596006976
  • File Size
    9.72 MB
  • File Format
    PDF
Previous
Next Post »