語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Modern C for Absolute Beginners = A ...
~
SpringerLink (Online service)
Modern C for Absolute Beginners = A Friendly Introduction to the C Programming Language /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
Modern C for Absolute Beginners/ by Slobodan Dmitrović.
其他題名:
A Friendly Introduction to the C Programming Language /
作者:
Dmitrović, Slobodan.
面頁冊數:
XIX, 346 p. 19 illus.online resource. :
Contained By:
Springer Nature eBook
標題:
Hardware and Maker. -
電子資源:
https://doi.org/10.1007/978-1-4842-6643-4
ISBN:
9781484266434
Modern C for Absolute Beginners = A Friendly Introduction to the C Programming Language /
Dmitrović, Slobodan.
Modern C for Absolute Beginners
A Friendly Introduction to the C Programming Language /[electronic resource] :by Slobodan Dmitrović. - 1st ed. 2021. - XIX, 346 p. 19 illus.online resource.
Part I: The C Programming Language -- Chapter 1: Introduction -- Chapter 2: Our First Program -- Chapter 3: Types and Declarations -- Chapter 4: Exercises -- Chapter 5: Operators -- Chapter 6: Expressions -- Chapter 7: Statements -- Chapter 8: Exercises -- Chapter 9: Arrays -- Chapter 10: Pointers -- Chapter 11: Command-line Arguments -- Chapter 12: Exercises -- Chapter 13: Functions -- Chapter 14: Exercises -- Chapter 15: Structures -- Chapter 16: Unions -- Chapter 17: Conditional Expression -- Chapter 18: Typedef -- Chapter 19: Const Qualifier -- Chapter 20: Enumerations -- Chapter 21: Function Pointers -- Chapter 22: Exercises -- Chapter 23: Preprocessor -- Chapter 24: Exercises -- Chapter 25: Dynamic Memory Allocation -- Chapter 26: Storage and Scope -- Chapter 27: Exercises -- Chapter 28: Standard Input and Output -- Chapter 29: File Input and Output -- Chapter 30: Exercises -- Chapter 31: Header and Source Files -- Part II: The C Standard Library -- Chapter 32: Introduction to C Standard Library -- Part III: Modern C Standards -- Chapter 33: Introduction to C 11 Standards -- Chapter 34: The C 17 Standard -- Chapter 35: The Upcoming C2X Standard -- Part IV: Dos and Don'ts -- Chapter 36: Do Not Use the gets Function -- Chapter 37: Initialize Variables Before Using Them -- Chapter 38: Do Not Read Out of Bounds -- Chapter 39: Do Not Free the Allocated Memory Twice -- Chapter 40: Do Not Cast the Result of malloc -- Chapter 41: Do Not Overflow a Signed Integer -- Chapter 42: Cast a Pointer to void* When Printing Through printf -- Chapter 43: Do Not Divide by Zero -- Chapter 44: Where to Use Pointers? -- Chapter 45: Prefer Functions to Function-like Macros -- Chapter 46: Static Global Names -- Chapter 47: What to Put in Header Files? -- Part V: Appendices -- Appendix A: Linkage -- Appendix B: Time and Date -- Appendix C: Bitwise Operators -- Appendix D: Numeric Limits -- Appendix E: Summary and Advice.
Learn the C programming language easily and in a straightforward way. This book teaches the basics of C, the C Standard Library, and modern C standards. No previous programming experience is required. C is a language that is as popular today as it was decades ago. C covers a wide variety of domains. It can be used to program a microcontroller, or to develop an entire operating system. This book is an effort to introduce the reader to the C programming language in a concise and easy to follow manner. The author takes you through the C programming language, the Standard Library, and the C standards basics. Each chapter is the right balance of theory and code examples. After reading and using this book, you'll have the essentials to start programming in modern C. You will: The C programming language fundamentals The C Standard Library fundamentals New C Standards features The basics of types, operators, statements, arrays, functions, and structs The basics of pointers, memory allocation, and memory manipulation Take advantage of best practices in C.
ISBN: 9781484266434
Standard No.: 10.1007/978-1-4842-6643-4doiSubjects--Topical Terms:
1114124
Hardware and Maker.
LC Class. No.: QA76.75-.765
Dewey Class. No.: 004
Modern C for Absolute Beginners = A Friendly Introduction to the C Programming Language /
LDR
:04321nam a22003855i 4500
001
1052613
003
DE-He213
005
20210622210920.0
007
cr nn 008mamaa
008
220103s2021 xxu| s |||| 0|eng d
020
$a
9781484266434
$9
978-1-4842-6643-4
024
7
$a
10.1007/978-1-4842-6643-4
$2
doi
035
$a
978-1-4842-6643-4
050
4
$a
QA76.75-.765
072
7
$a
U
$2
bicssc
072
7
$a
COM000000
$2
bisacsh
072
7
$a
UX
$2
thema
082
0 4
$a
004
$2
23
100
1
$a
Dmitrović, Slobodan.
$e
author.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1324111
245
1 0
$a
Modern C for Absolute Beginners
$h
[electronic resource] :
$b
A Friendly Introduction to the C Programming Language /
$c
by Slobodan Dmitrović.
250
$a
1st ed. 2021.
264
1
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
XIX, 346 p. 19 illus.
$b
online resource.
336
$a
text
$b
txt
$2
rdacontent
337
$a
computer
$b
c
$2
rdamedia
338
$a
online resource
$b
cr
$2
rdacarrier
347
$a
text file
$b
PDF
$2
rda
505
0
$a
Part I: The C Programming Language -- Chapter 1: Introduction -- Chapter 2: Our First Program -- Chapter 3: Types and Declarations -- Chapter 4: Exercises -- Chapter 5: Operators -- Chapter 6: Expressions -- Chapter 7: Statements -- Chapter 8: Exercises -- Chapter 9: Arrays -- Chapter 10: Pointers -- Chapter 11: Command-line Arguments -- Chapter 12: Exercises -- Chapter 13: Functions -- Chapter 14: Exercises -- Chapter 15: Structures -- Chapter 16: Unions -- Chapter 17: Conditional Expression -- Chapter 18: Typedef -- Chapter 19: Const Qualifier -- Chapter 20: Enumerations -- Chapter 21: Function Pointers -- Chapter 22: Exercises -- Chapter 23: Preprocessor -- Chapter 24: Exercises -- Chapter 25: Dynamic Memory Allocation -- Chapter 26: Storage and Scope -- Chapter 27: Exercises -- Chapter 28: Standard Input and Output -- Chapter 29: File Input and Output -- Chapter 30: Exercises -- Chapter 31: Header and Source Files -- Part II: The C Standard Library -- Chapter 32: Introduction to C Standard Library -- Part III: Modern C Standards -- Chapter 33: Introduction to C 11 Standards -- Chapter 34: The C 17 Standard -- Chapter 35: The Upcoming C2X Standard -- Part IV: Dos and Don'ts -- Chapter 36: Do Not Use the gets Function -- Chapter 37: Initialize Variables Before Using Them -- Chapter 38: Do Not Read Out of Bounds -- Chapter 39: Do Not Free the Allocated Memory Twice -- Chapter 40: Do Not Cast the Result of malloc -- Chapter 41: Do Not Overflow a Signed Integer -- Chapter 42: Cast a Pointer to void* When Printing Through printf -- Chapter 43: Do Not Divide by Zero -- Chapter 44: Where to Use Pointers? -- Chapter 45: Prefer Functions to Function-like Macros -- Chapter 46: Static Global Names -- Chapter 47: What to Put in Header Files? -- Part V: Appendices -- Appendix A: Linkage -- Appendix B: Time and Date -- Appendix C: Bitwise Operators -- Appendix D: Numeric Limits -- Appendix E: Summary and Advice.
520
$a
Learn the C programming language easily and in a straightforward way. This book teaches the basics of C, the C Standard Library, and modern C standards. No previous programming experience is required. C is a language that is as popular today as it was decades ago. C covers a wide variety of domains. It can be used to program a microcontroller, or to develop an entire operating system. This book is an effort to introduce the reader to the C programming language in a concise and easy to follow manner. The author takes you through the C programming language, the Standard Library, and the C standards basics. Each chapter is the right balance of theory and code examples. After reading and using this book, you'll have the essentials to start programming in modern C. You will: The C programming language fundamentals The C Standard Library fundamentals New C Standards features The basics of types, operators, statements, arrays, functions, and structs The basics of pointers, memory allocation, and memory manipulation Take advantage of best practices in C.
650
2 4
$a
Hardware and Maker.
$3
1114124
650
2 4
$a
Computer Science, general.
$3
669807
650
1 4
$a
Professional Computing.
$3
1115983
650
0
$a
Computer input-output equipment.
$3
559611
650
0
$a
Computer science.
$3
573171
650
0
$a
Computer software.
$3
528062
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9781484266427
776
0 8
$i
Printed edition:
$z
9781484266441
856
4 0
$u
https://doi.org/10.1007/978-1-4842-6643-4
912
$a
ZDB-2-CWD
912
$a
ZDB-2-SXPC
950
$a
Professional and Applied Computing (SpringerNature-12059)
950
$a
Professional and Applied Computing (R0) (SpringerNature-43716)
筆 0 讀者評論
多媒體
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入