Modern C up and running : a programmers guide to finding fluency and bypassing the quirks / Martin Kalin.
2022
QA76.73.C15
Formats
| Format | |
|---|---|
| BibTeX | |
| MARCXML | |
| TextMARC | |
| MARC | |
| DublinCore | |
| EndNote | |
| NLM | |
| RefWorks | |
| RIS |
Cite
Citation
Linked e-resources
Linked Resource
Concurrent users
Unlimited
Authorized users
Authorized users
Document Delivery Supplied
Can lend chapters, not whole ebooks
Details
Title
Modern C up and running : a programmers guide to finding fluency and bypassing the quirks / Martin Kalin.
Author
ISBN
9781484286760 (electronic bk.)
1484286766 (electronic bk.)
9781484286753
1484286758
1484286766 (electronic bk.)
9781484286753
1484286758
Published
New York : Apress, [2022]
Copyright
©2022
Language
English
Description
1 online resource (xxi, 357 pages) : illustrations
Item Number
10.1007/978-1-4842-8676-0 doi
Call Number
QA76.73.C15
Dewey Decimal Classification
005.13/3
Summary
Learn how to program in modern C, from the basics through the advanced topics required for proficiency. This book is the fastest path to C fluency for anyone experienced in a general-purpose programming language. From start to finish, code examples highlight the idioms and best practices behind efficient, robust programs in a variety of areas. The book opens with a thorough coverage of syntax, built-in data types and operations, and program structure. C has quirks and presents challenges, which are covered in detail. The coverage of advanced features is what sets this book apart from others. Among the advanced topics covered are floating-point representation in the IEEE 754 standard; embedded assembly language in C code for overflow detection; regular expressions, assertions, and internationalization; WebAssembly through C; and software libraries for C and other clients. Memory efficiency and safety are the two major challenges in C programming, and you'll explore these challenges through a series of C examples. Arrays and structures, which are the means to high-level data representation, are covered in connection with pointers, which provide efficiency. The book again uses code examples in covering networking and wire-level security; concurrency (multiprocessing and multithreading); instruction-level parallelism; and interprocess communication through shared memory and files, pipes, message queues, and signals. Many books introduce C, but few also explain how to use it properly and optimally. Essential C does just that. What You'll Learn Accelerate your path to C mastery with this book for experienced programmers Refresh your approach to program structure and data types Dive into aggregates and pointers using modern C language Revisit storage classes and scope Dive into concurrency (multiprocessing and multithreading) and instruction-level parallelism Finish with regular expressions, assertions, signals, locales and more Who This Book Is For Professional programmers or software developers who has prior experience with C or in general wanting an accelerated learning guide to modern C programming language.
Note
Includes index.
Access Note
Access limited to authorized users.
Available in Other Form
Print version: 9781484286753
Linked Resources
Record Appears in
Table of Contents
1. Program Structure
2. Basic Data Types
3. Aggregates and Pointers
4. Storage Classes
5. Input and Output
6. Networking
7. Concurrency and Parallelism
8. Miscellaneous Topics.
2. Basic Data Types
3. Aggregates and Pointers
4. Storage Classes
5. Input and Output
6. Networking
7. Concurrency and Parallelism
8. Miscellaneous Topics.