Jump to ratings and reviews
Rate this book

Fluent C

Rate this book
Expert advice on C programming is hard to find. While much help is available for object-oriented programming languages, there's surprisingly little for the C language. With this hands-on guide, beginners and experienced C programmers alike will find guidance about design decisions, including how to apply them bit by bit to running code examples when building large-scale programs.

Christopher Preschern, a leading member of the design patterns community, answers questions such as how to structure C programs, cope with error handling, or design flexible interfaces. Whether you're looking for one particular pattern or an overview of design options for a specific topic, this book shows you how to implement hands-on design knowledge specifically for the C programming language.

You'll find design patterns for:
- Error handling
- Returning error information
- Memory management
- Returning data from C functions
- Data lifetime and ownership
- Flexible APIs
- Flexible iterator interfaces
- Organizing files in modular programs
- Escaping #ifdef Hell

308 pages, Paperback

Published November 29, 2022

11 people are currently reading
32 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
3 (23%)
4 stars
4 (30%)
3 stars
4 (30%)
2 stars
2 (15%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
Profile Image for Julian.
2 reviews
December 20, 2023
Good explanation of C design patterns, and how to avoid common mistakes.
1 review
January 29, 2024
I liked this book because of its real world wisdom. Practical and with good references.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.