ANSI C Programming: Learn ANSI C step by step
暫譯: ANSI C 程式設計:逐步學習 ANSI C
Kanetkar, Yashavant
- 出版商: Bpb Publications
- 出版日期: 2019-08-19
- 售價: $1,250
- 貴賓價: 9.5 折 $1,188
- 語言: 英文
- 頁數: 600
- 裝訂: Quality Paper - also called trade paper
- ISBN: 9389423007
- ISBN-13: 9789389423006
-
相關分類:
C 程式語言
無法訂購
商品描述
Learn real-world C programming as per the latest ANSI standard
Key Features Learn real-world C programming as per the latest ANSI standard All programs work on DOS, Windows as well as Linux Detailed explanation of difficult concepts like "Pointers" and "Bitwise operators" End of chapter exercises drawn from different universities Written by best-selling author of Let Us C
Description
In this heterogeneous world a program that is compiler dependent is simply unacceptable. ANSI C Programming teaches you C language in such a manner that you are able to write truly portable programs. This book doesn't assume any programming background. It begins with the basics and steadily builds the pace so that the reader fins it easy to handle complicated topics towards the end. Each chapter has been designed to create a deep and lasting impression on the reader's mind. "If taught through examples, any concept becomes easy to gasp". This bok follows this dictum faithfully, Yashavant has crafted well thought out programming examples for every aspects of C programming.
What Will You Learn
Algorithms, control instructions, strings, bitwise operators, flowcharts, functions Structures, enumerations, data types, pointers, unions, dynamic memory allocation Storage classes, arrays, File IO, linked list
Who This Book Is For
Students, Programmers, researchers, and software developers who wish to learn the basics of ANSI C Programming.Table of Contents
1. Before We Begin
2. Introduction To Programming
3. Algorithms For Problem Solving
4. Introduction To C Language
5. The Decision Control Structure
6. The Loop Control Structure
8. The Case Control Structure
9. Functions & Pointers
10. Data Types Revisited
12. The C Preprocessor
13. Arrays
14. Puppetting On Strings
15. Structures
16. Self Referential Structures and Linked Lists
17. Console Input/Output
18. File Input/Output
19. More Issues In Input/Output
20. Operations On Bits
21. Miscellaneous Features
22. Appendix A - Precedence Table
23. Appendix B - Chasing the Bugs
24. Appendix C - ASCII Chart
25. Index
About the Author
Yashavant Kanetkar's programming books have almost become a legend. Through his original works in the form of books and Quest Video courseware CDs on C, C++, Data Structures, VC++, .NET, Embedded Systems, etc. Yashavant Kanetkar has created, moulded and groomed lacs of IT careers in the last decade and half. In recognition of his immense contribution to IT education in India, he has been awarded the "Best .NET Technical Contributor" and "Most Valuable Professional" awards byMicrosoft. His current passion includes Device Driver and Embedded System Programming. Yashavant has recently been honored with a "Distinguished Alumnus Award" by IIT Kanpur for his entrepreneurial, professional and academic excellence.
Yashavant holds a BE from VJTI Mumbai and M.Tech. from IIT Kanpur.
His Linkedin profile: linkedin.com/in/yashavant-kanetkar-9775255
Key Features
Description
In this heterogeneous world a program that is compiler dependent is simply unacceptable. ANSI C Programming teaches you C language in such a manner that you are able to write truly portable programs. This book doesn't assume any programming background. It begins with the basics and steadily builds the pace so that the reader fins it easy to handle complicated topics towards the end. Each chapter has been designed to create a deep and lasting impression on the reader's mind. "If taught through examples, any concept becomes easy to gasp". This bok follows this dictum faithfully, Yashavant has crafted well thought out programming examples for every aspects of C programming.
What Will You Learn
Who This Book Is For
Students, Programmers, researchers, and software developers who wish to learn the basics of ANSI C Programming.Table of Contents
1. Before We Begin
2. Introduction To Programming
3. Algorithms For Problem Solving
4. Introduction To C Language
5. The Decision Control Structure
6. The Loop Control Structure
8. The Case Control Structure
9. Functions & Pointers
10. Data Types Revisited
12. The C Preprocessor
13. Arrays
14. Puppetting On Strings
15. Structures
16. Self Referential Structures and Linked Lists
17. Console Input/Output
18. File Input/Output
19. More Issues In Input/Output
20. Operations On Bits
21. Miscellaneous Features
22. Appendix A - Precedence Table
23. Appendix B - Chasing the Bugs
24. Appendix C - ASCII Chart
25. Index
About the Author
Yashavant Kanetkar's programming books have almost become a legend. Through his original works in the form of books and Quest Video courseware CDs on C, C++, Data Structures, VC++, .NET, Embedded Systems, etc. Yashavant Kanetkar has created, moulded and groomed lacs of IT careers in the last decade and half. In recognition of his immense contribution to IT education in India, he has been awarded the "Best .NET Technical Contributor" and "Most Valuable Professional" awards byMicrosoft. His current passion includes Device Driver and Embedded System Programming. Yashavant has recently been honored with a "Distinguished Alumnus Award" by IIT Kanpur for his entrepreneurial, professional and academic excellence.
Yashavant holds a BE from VJTI Mumbai and M.Tech. from IIT Kanpur.
His Linkedin profile: linkedin.com/in/yashavant-kanetkar-9775255
商品描述(中文翻譯)
學習符合最新 ANSI 標準的實務 C 語言程式設計
主要特點
書籍描述
在這個異質的世界中,依賴編譯器的程式是完全不可接受的。《ANSI C 程式設計》以一種讓你能夠編寫真正可攜式程式的方式教你 C 語言。本書不假設任何程式設計背景,從基礎開始,逐步加快進度,使讀者在最後能輕鬆處理複雜主題。每一章都旨在在讀者心中留下深刻而持久的印象。「如果通過範例教學,任何概念都變得容易理解。」本書忠實遵循這一原則,Yashavant 為 C 語言程式設計的每個方面精心設計了深思熟慮的程式範例。
你將學到什麼
本書適合誰閱讀
希望學習 ANSI C 程式設計基礎的學生、程式設計師、研究人員和軟體開發人員。
目錄
1. 開始之前
2. 程式設計簡介
3. 問題解決的演算法
4. C 語言簡介
5. 決策控制結構
6. 迴圈控制結構
8. 案例控制結構
9. 函數與指標
10. 資料類型重溫
12. C 預處理器
13. 陣列
14. 字串操作
15. 結構
16. 自我參考結構與鏈結串列
17. 控制台輸入/輸出
18. 檔案輸入/輸出
19. 輸入/輸出中的其他問題
20. 位元運算
21. 其他特性
22. 附錄 A - 優先順序表
23. 附錄 B - 除錯
24. 附錄 C - ASCII 圖表
25. 索引
關於作者
Yashavant Kanetkar 的程式設計書籍幾乎成為傳奇。透過他在 C、C++、資料結構、VC++、.NET、嵌入式系統等領域的原創作品,包括書籍和 Quest Video 課程 CD,Yashavant Kanetkar 在過去十多年中培養了數以萬計的 IT 職業生涯。因其對印度 IT 教育的巨大貢獻,他獲得了微軟頒發的「最佳 .NET 技術貢獻者」和「最有價值專業人士」獎項。他目前的熱情包括設備驅動程式和嵌入式系統程式設計。Yashavant 最近獲得了 IIT Kanpur 頒發的「傑出校友獎」,以表彰他的創業、專業和學術卓越。
Yashavant 擁有孟買 VJTI 的工程學士學位和 IIT Kanpur 的碩士學位。
他的 LinkedIn 個人檔案: linkedin.com/in/yashavant-kanetkar-9775255