The Joy of C 3/e(絕)
- 20本以上,享 8.5折
售價
$
洽詢
- 一般書籍
- ISBN:9780471129332
- 作者:Lawrence H. Miller, Alexander E. Quilici
- 版次:3
- 年份:1997
- 出版商:John Wiley
- 頁數/規格:788頁
書籍介紹
本書特色
Description
Written in a friendly tone, it shows readers how to write clear, concise programs that make maximum use of the power of C. It also details how to put together large programs, how to produce portable and efficient code, and how to use pointers to effectively organize and access data. The text begins with a gentle tutorial overview of C that introduces the basics of C programming. Then each topic is discussed in detail, with complete coverage of advanced data types and advanced program organization. Once the power of C is unveiled, the text arms readers with over 200 useful programs and functions, including a base converter, a histogram producer, and C program cross-references, and more.
Written in a friendly tone, it shows readers how to write clear, concise programs that make maximum use of the power of C. It also details how to put together large programs, how to produce portable and efficient code, and how to use pointers to effectively organize and access data. The text begins with a gentle tutorial overview of C that introduces the basics of C programming. Then each topic is discussed in detail, with complete coverage of advanced data types and advanced program organization. Once the power of C is unveiled, the text arms readers with over 200 useful programs and functions, including a base converter, a histogram producer, and C program cross-references, and more.
Features
New to This Edition
- Over 300 programming exercises,varied in range of difficulty, provide practice in using the languagefeatures.
- Case studies provide realistic demonstrations of how bigger programs are built from smaller pieces.
- In-depth coverage of the languagedeals with topics often avoided in other books, such as assembling large programs and the use of pointers to effectively organizeand access data.
New to This Edition
- C ++ coverage expanded to four chapters now including discussions of advanced topics such as templates and inheritance (Part V).
- New coverage of Object Orientation gives students exposure to this important topic (Ch. 22).