Programming in C, 3/e (Paperback)

Stephen G. Kochan

  • 出版商: SAMS
  • 出版日期: 2004-07-18
  • 售價: $1,970
  • 貴賓價: 9.5$1,872
  • 語言: 英文
  • 頁數: 576
  • 裝訂: Paperback
  • ISBN: 0672326663
  • ISBN-13: 9780672326660
  • 已過版

買這商品的人也買了...

商品描述

Description:

Updated edition of Stephen Kochan's classic C programming best-seller.

  • The powerful and easy-to-learn C language is still among the most popular programming languages available, especially among game and small device programmers.
  • Over two hundred thousand readers agree that Stephen Kochan is among the elite of programming book authors.
  • Thoroughly updated to the most recent C standard with current source code examples.

Programming in C, Third Edition is a revised edition of a classic programming title. Author Stephen Kochan's style and thorough explanations have earned him a place among the most respected of computer book authors. Although the C programming language hasn't undergone any major changes, it's enjoying new life among game programmers and small device programmers, where its simple elegance makes it the ideal choice for small fast programs. Large game developers, such as Nintendo, use C almost exclusively. This edition combines the time-tested instructional style of Stephen Kochan with updated and relevant examples.

 

Table of Contents:

 1. Introduction. 

 2. Some Fundamentals. 

 3. Writing a Program in C. 

 4. Variables, Data Types, and Arithmetic Expressions. 

 5. Program Looping. 

 6. Making Decisions. 

 7. Arrays. 

 8. Functions. 

 9. Structures.

10. Character Strings.

11. Pointers.

12. Operations on Bits.

13. The Preprocessor.

14. More on Data Types.

15. Working with Larger Programs.

16. Input and Output.

17. Miscellaneous and Advanced Features.

18. Debugging Programs.

19. Object-Oriented Programming.

A. C Language Summary.

B. The Standard C Library.

C. Compiling and Running Programs Using gcc.

D. Common Programming Mistakes.

E. Resources.