買這商品的人也買了...
-
Computer Algorithms C++$1,120$1,098 -
Computer Organization & Design: The Hardware/Software Interface, 2/e$1,200$1,176 -
計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)$680$537 -
Software Engineering, 6/e$1,090$1,068 -
C++ Primer, 3/e 中文版$980$774 -
系統分析與設計概論 (Essential of Systems Analysis and Design)$480$379 -
Sun Certified Programmer & Developer for Java 2 Study Guide, 2/e$1,800$1,710 -
C++ Builder 6 完全攻略$690$587 -
Java 完美經典優質學習篇$750$638 -
Red Hat Linux 9 實務應用$650$553 -
802.11 無線網路技術通論 (802.11 Wireless Networks: The Definitive Guide)$760$600 -
ASP.NET 程式設計徹底研究$590$466 -
重構─改善既有程式的設計$720$569 -
Java 程式設計藝術 (Java How to Program, 5/e)(精裝本)$880$792 -
Windows 程式設計 (Programming Windows, 5/e)$990$782 -
鳥哥的 Linux 私房菜-伺服器架設篇$750$638 -
鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476 -
建構嵌入式 Linux 系統$780$616 -
Microsoft PowerPoint 2003 使用手冊$450$383 -
Microsoft Word 2003 使用手冊$490$417 -
ASP.NET 徹底研究進階技巧─高階技巧與控制項實作$650$507 -
資料庫系統原理 (Fundamentals of Database Systems, 4/e)$860$679 -
深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695 -
ASP.NET 2.0 深度剖析範例集$650$507 -
Robi 洛比 2015/07/28 (No.66) <此為過刊雜誌,恕不接受退貨及取消訂單>$599$569
相關主題
商品描述
There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks(R) famous.
C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes how to create programs that are easy to read, debug, and update.
Practical rules are stressed. For example, there are fifteen precedence rules in C (&& comes before || comes before ?:). The practical programmer reduces these to two:
Contrary to popular belief, most programmers do not spend most of their time creating code. Most of their time is spent modifying someone else's code. This books shows you how to avoid the all-too-common obfuscated uses of C (and also to recognize these uses when you encounter them in existing programs) and thereby to leave code that the programmer responsible for maintenance does not have to struggle with. Electronic Archaeology, the art of going through someone else's code, is described.
This third edition introduces popular Integrated Development Environments on Windows systems, as well as UNIX programming utilities, and features a large statistics-generating program to pull together the concepts and features in the language.
C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes how to create programs that are easy to read, debug, and update.
Practical rules are stressed. For example, there are fifteen precedence rules in C (&& comes before || comes before ?:). The practical programmer reduces these to two:
- Multiplication and division come before addition and subtraction.
Contrary to popular belief, most programmers do not spend most of their time creating code. Most of their time is spent modifying someone else's code. This books shows you how to avoid the all-too-common obfuscated uses of C (and also to recognize these uses when you encounter them in existing programs) and thereby to leave code that the programmer responsible for maintenance does not have to struggle with. Electronic Archaeology, the art of going through someone else's code, is described.
This third edition introduces popular Integrated Development Environments on Windows systems, as well as UNIX programming utilities, and features a large statistics-generating program to pull together the concepts and features in the language.
商品描述(中文翻譯)
有很多入門的 C 語言書籍,但這是第一本採用實用、直截了當的方法,使得 Nutshell Handbooks(R) 聲名遠播。
C 語言程式設計不僅僅是正確的語法。風格和除錯在創建運行良好且易於維護的程式中也扮演著重要角色。本書不僅教你程式設計的機制,還描述了如何創建易於閱讀、除錯和更新的程式。
本書強調實用的規則。例如,C 語言中有十五條優先順序規則(&& 在 || 之前,|| 在 ?: 之前)。實用的程式設計師將這些簡化為兩條:
- 乘法和除法在加法和減法之前。
與普遍認知相反,大多數程式設計師並不花大部分時間編寫程式碼。他們大部分的時間是用來修改別人的程式碼。本書展示了如何避免 C 語言中常見的混淆用法(並且在遇到現有程式中的這些用法時能夠識別出來),從而留下讓負責維護的程式設計師不必掙扎的程式碼。電子考古學,即檢視別人程式碼的藝術,也在書中有所描述。
本書第三版介紹了在 Windows 系統上流行的整合開發環境(Integrated Development Environments),以及 UNIX 程式設計工具,並特別提供了一個大型的統計生成程式,以整合語言中的概念和特性。
