会员   密码 您忘记密码了吗?
1,570,843 本书已上架      购物流程 | 常见问题 | 联系我们 | 关于我们 | 用户协议

有店 App


当前分类

浏览历史

当前位置: 首页 > 专业/教科书/政府出版品 > 电机信息类 > C HOW TO PROGRAM 8/E (G-PIE)
C HOW TO PROGRAM 8/E (G-PIE)
上一张
下一张
prev next

C HOW TO PROGRAM 8/E (G-PIE)

作者: DEITEL
出版社: 全華圖書
出版日期: 2015-01-01
商品库存: 点击查询库存
以上库存为海外库存属流动性。
可选择“空运”或“海运”配送,空运费每件商品是RM14。
配送时间:空运约8~12个工作天,海运约30个工作天。
(以上预计配送时间不包括出版社库存不足需调货及尚未出版的新品)
定价:   NT1600.00
市场价格: RM243.39
本店售价: RM216.62
购买数量:
collect Add to cart Add booking
详细介绍 商品属性 商品标记
內容簡介

  For courses in computer programming

  C How to Programis a comprehensive introduction to programming in C. Like other texts of the Deitels’ How to Program series, the book serves as a detailed beginner source of information for college students looking to embark on a career in coding, or instructors and software-development professionals seeking to learn how to program with C.

  The Eighth Edition continues the tradition of the signature Deitel “Live Code” approach--presenting concepts in the context of full-working programs rather than incomplete snips of code. This gives students a chance to run each program as they study it and see how their learning applies to real world programming scenarios.

本書特色

  C How to Program uses the following features to facilitate learning:

  Deitels’ signature “Live-Code” approach allows students to run full programs as they learn key concepts.

  A focus on performance issues relates the text to real world, as developers of performance-intensive systems often code in C or C++.

  Unparalleled breadth and depth of programming concepts and intermediate-level topics for further study

  Hundreds of complete, working programs

  Comprehensive Introduction to C compatible with all major operating systems
  .The book supports both the C11 and C99 standards in early chapters as appropriate for introductory material.
  .All code has been tested and is compatible with Linux, Windows, and OSX operating systems.

  UPDATED! New information has been added throughout the text to maintain relevancy of key concepts and discussions.

  .UPDATED! Chapter 1 contains updated facts and figures about current technology trends and social networking to intrigue readers and get them excited about learning C. It also includes updated test-drivers that show students how to run a command-line C program on Linux, Windows, and OSX. Discussions of the Internet and web have been updated, and a new introduction to object technology has been added.

  .UPDATED! All coverage of object oriented programming in C++ (Chapters 15-23) now includes material from Deitels’ 9th edition of C++ How to Program, up-to-date with C11 standards.

  .UPDATED! The code-style throughout has been changed: spacing inside parentheses and brackets has been removed, and the use of commas has been reduced. Parentheses have been added to certain compound conditions for clarity.

  .UPDATED! Improved compiler support has allowed variable declarations to be moved closer to where they’re first used and defined: for-loop counter-control variables in each for loop’s initialization section.

  .UPDATED! Terminology throughout has been updated to reflect the most recent C standard to help students prepare for programming as a career.

  UPDATED! Clear and carefully-paced pedagogy for introductory courses

  .UPDATED! Summary Bullets replace end-of-chapter terminology lists from previous editions with detailed bullet-list summaries in each section that bold key terms and include page references to their defining sources.

  .NEW and UPDATED! Examples and practice problems throughout the text have been updated and added to maintain relevancy.

  .Titled Program Exercises allow instructors to easily choose problems for each topic.


作者介紹


目錄

Ch1: Introduction to Computers, the Internet, and the Web
Ch2: Introduction to C Programming
Ch3: Structured Program Development in C
Ch4: C Program Control
Ch5: C Functions
Ch6: C Arrays
Ch7: C Pointers
Ch8: C Characters and Strings
Ch9: C Formatted Input/Output
Ch10: C Structures, Unions, Bit Manipulations, and Enumerations
Ch11: C File Processing
Ch12: C Data Structures
Ch13: C Preprocessor
Ch14: Other C Topics
Ch15: C++ as a Better C; Introducing Object Technology
Ch16: Introduction to Classes, Objects, and Strings
Ch17: Classes: A Deeper Look; Throwing Exceptions
Ch18: Operator Overloading: Class String
Ch19: Object-Oriented Programming: Inheritance
Ch20: Object-Oriented Programming: Polymorphism
Ch21: Stream Input/Output: A Deeper Look
Ch22: Exception Handling: A Deeper look
Ch23: Introduction to Custom Templates
Appendix A: C and C++ Operator Precedence Charts
Appendix B: ASCII Character Set
Appendix C: Number Systems
Appendix D: Storing: A Deeper Look
Appendix E: Multithreading and other C11 and C99 Topics