Book description
Throw out your old ideas of C, and relearn a programming language that’s substantially outgrown its origins. With 21st Century C, you’ll discover up-to-date techniques that are absent from every other C text available. C isn’t just the foundation of modern programming languages, it is a modern language, ideal for writing efficient, state-of-the-art applications. Learn to dump old habits that made sense on mainframes, and pick up the tools you need to use this evolved and aggressively simple language. No matter what programming language you currently champion, you’ll agree that C rocks.
- Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers
- Use Autotools, C’s de facto cross-platform package manager
- Learn which older C concepts should be downplayed or deprecated
- Explore problematic C concepts that are too useful to throw out
- Solve C’s string-building problems with C-standard and POSIX-standard functions
- Use modern syntactic features for functions that take structured inputs
- Build high-level object-based libraries and programs
- Apply existing C libraries for doing advanced math, talking to Internet servers, and running databases
Table of contents
- A Note Regarding Supplemental Files
- Preface
-
I. The Environment
- 1. Set Yourself Up for Easy Compilation
- 2. Debug, Test, Document
- 3. Packaging Your Project
- 4. Version Control
- 5. Playing Nice with Others
-
II. The Language
- 6. Your Pal the Pointer
- 7. C Syntax You Can Ignore
- 8. Obstacles and Opportunity
- 9. Text
- 10. Better Structures
- 11. Object-Oriented Programming in C
- 12. Libraries
- Epilogue
- Glossary
- Bibliography
- Index
- About the Author
- Colophon
- Copyright
Product information
- Title: 21st Century C
- Author(s):
- Release date: October 2012
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449327149
You might also like
book
Fluent C
Expert advice on C programming is hard to find. While much help is available for object-oriented …
book
SELinux
The intensive search for a more secure operating system has often left everyday, production computers far …
book
Linux Kernel Programming
Learn how to write high-quality kernel module code, solve common Linux kernel programming issues, and understand …
book
Bare Metal C
Bare Metal C will teach you how to program embedded devices with the C programming language. …